#2009B4

Color #2009B4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2009B4

Tints of Ultramarine #2009B4

Color information

#2009B4 (or 0x2009B4) is unknown color: approx Ultramarine. HEX triplet: 20, 09 and B4. RGB value is (32,9,180). Sum of RGB (Red+Green+Blue) = 32+9+180=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 180 (70.70% from 255 or 81.45% from 221); Max value from RGB is 180 - color contains mainly: blue. Hex color #2009B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009B4 is #DFF64B. Grayscale: #222222. Windows color (decimal): -14677580 or 11798816. OLE color: 11798816.

HSL color Cylindrical-coordinate representation of color #2009B4: hue angle of 248.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009B4 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB329180-
CMYK0.820.9500.29
HSL248.07º90.48%37.06%-
HSV(B)248.07º95%70.59%-
XYZ8.933.843.44-
YUV35.37209.62125.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 180 (70.70% from 255) = 81.45%
R=14.48%
G=4.07%
B=81.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3291800.820.9500.29248.0790.4837.06
Hex209B4525F01Df85a25
Octal401126412213703537013245
Binary10000010011011010010100101011111011101111110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2009B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2009B4;
 }
 .AnyTagClassName
 {
   color: #2009B4;
 }
</style>
background-color css

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

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

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

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

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

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