Html Css Color HEX #200BAA Ultramarine

📋 copy color: '#200BAA'

red 32 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #200BAA

Tints of Ultramarine #200BAA

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

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

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

R = 15.02%
G = 5.16%
B = 79.81%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#200BAA (or 0x200BAA) is known color: Ultramarine. HEX triplet: 20, 0B and AA. RGB value is (32,11,170). Sum of RGB (Red+Green+Blue) = 32+11+170=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #200BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200BAA is #DFF455. Grayscale: #222222. Windows color (decimal): -14677078 or 11143968. OLE color: 11143968.

HSL color Cylindrical-coordinate representation of color #200BAA: hue angle of 247.92º 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 #200BAA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 11 170 -
CMYK 0.81 0.94 0 0.33
HSL 247.92º 0.88% 0.35% -
HSV(B) 247.92º 0.94% 0.67% -
XYZ 7.97 3.45 38.28 -
YUV 35.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 32 11 170 0.81 0.94 0 0.33 247.92 0.88 0.35
Hex 20 B AA 51 5E 0 21 F8 58 23
Octal 40 13 252 121 136 0 41 370 130 43
Binary 100000 1011 10101010 1010001 1011110 0 100001 11111000 1011000 100011

Color Harmonies of #200BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200BAA

Black with #200BAA

Text Example


Text Example

White with #200BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200BAA; }

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

 H1.HeaderClassName
 {
   color: #200BAA;
 }
 .AnyTagClassName
 {
   color: #200BAA;
 }
</style>

background-color css

<style>
 a { background-color: #200BAA; }

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

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

border-color css

<style>
 span { border-color: #200BAA; }

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

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