Html Css Color HEX #2009AA Ultramarine

📋 copy color: '#2009AA'

red 32 ◦ green 9 ◦ blue 170

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

Shades of Ultramarine #2009AA

Tints of Ultramarine #2009AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 15.17%
G = 4.27%
B = 80.57%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2009AA (or 0x2009AA) is known color: Ultramarine. HEX triplet: 20, 09 and AA. RGB value is (32,9,170). Sum of RGB (Red+Green+Blue) = 32+9+170=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #2009AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2009AA is #DFF655. Grayscale: #212121. Windows color (decimal): -14677590 or 11143456. OLE color: 11143456.

HSL color Cylindrical-coordinate representation of color #2009AA: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009AA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 9 170 -
CMYK 0.81 0.95 0 0.33
HSL 248.57º 0.9% 0.35% -
HSV(B) 248.57º 0.95% 0.67% -
XYZ 7.95 3.4 38.27 -
YUV 34.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 32 9 170 0.81 0.95 0 0.33 248.57 0.9 0.35
Hex 20 9 AA 51 5F 0 21 F9 5A 23
Octal 40 11 252 121 137 0 41 371 132 43
Binary 100000 1001 10101010 1010001 1011111 0 100001 11111001 1011010 100011

Color Harmonies of #2009AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009AA

Black with #2009AA

Text Example


Text Example

White with #2009AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2009AA; }

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

 H1.HeaderClassName
 {
   color: #2009AA;
 }
 .AnyTagClassName
 {
   color: #2009AA;
 }
</style>

background-color css

<style>
 a { background-color: #2009AA; }

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

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

border-color css

<style>
 span { border-color: #2009AA; }

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

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