Html Css Color HEX #2B0BAA Ultramarine

📋 copy color: '#2B0BAA'

red 43 ◦ green 11 ◦ blue 170

#2B0BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2B0BAA

Tints of Ultramarine #2B0BAA

RGB

 RED value IS 43 (17.19% from 255) = 19.2%

 GREEN value IS 11 (4.69% from 255) = 4.91%

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 19.2%
G = 4.91%
B = 75.89%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B0BAA (or 0x2B0BAA) is known color: Ultramarine. HEX triplet: 2B, 0B and AA. RGB value is (43,11,170). Sum of RGB (Red+Green+Blue) = 43+11+170=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0BAA is #D4F455. Grayscale: #262626. Windows color (decimal): -13956182 or 11143979. OLE color: 11143979.

HSL color Cylindrical-coordinate representation of color #2B0BAA: hue angle of 252.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0BAA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 11 170 -
CMYK 0.75 0.94 0 0.33
HSL 252.08º 0.88% 0.35% -
HSV(B) 252.08º 0.94% 0.67% -
XYZ 8.37 3.66 38.29 -
YUV 38.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 43 11 170 0.75 0.94 0 0.33 252.08 0.88 0.35
Hex 2B B AA 4B 5E 0 21 FC 58 23
Octal 53 13 252 113 136 0 41 374 130 43
Binary 101011 1011 10101010 1001011 1011110 0 100001 11111100 1011000 100011

Color Harmonies of #2B0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0BAA

Black with #2B0BAA

Text Example


Text Example

White with #2B0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0BAA; }

 p { color: rgb(43,11,170); }

 H1.HeaderClassName
 {
   color: #2B0BAA;
 }
 .AnyTagClassName
 {
   color: #2B0BAA;
 }
</style>

background-color css

<style>
 a { background-color: #2B0BAA; }

 a { background-color: rgb(43,11,170); }

 div.DivClassName
 {
   background-color: #2B0BAA;
 }
 .BgClassName
 {
   background-color: #2B0BAA;
 }
</style>

border-color css

<style>
 span { border-color: #2B0BAA; }

 span { border-color: rgb(43,11,170); }

 td.TdClassName
 {
   border-color: #2B0BAA;
 }
 .TagClassName
 {
   border-color: #2B0BAA;
 }
</style>