#004B89

Color #004B89 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004B89

Tints of Dark Cerulean #004B89

Color information

#004B89 (or 0x004B89) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4B and 89. RGB value is (0,75,137). Sum of RGB (Red+Green+Blue) = 0+75+137=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #004B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B89 is #FFB476. Grayscale: #3B3B3B. Windows color (decimal): -16757879 or 8997632. OLE color: 8997632.

HSL color Cylindrical-coordinate representation of color #004B89: hue angle of 207.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B89 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB075137-
CMYK10.4500.46
HSL207.15º100%26.86%-
HSV(B)207.15º100%53.73%-
XYZ7.036.8424.62-
YUV59.64171.6585.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 137 (53.91% from 255) = 64.62%
R=0%
G=35.38%
B=64.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal07513710.4500.46207.1510026.86
Hex04B89642D02Ecf641b
Octal01132111445505631714433
Binary01001011100010011100100101101010111011001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004B89; }

 p { color: rgb(0,75,137); }

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

<style>
 a { background-color: #004B89; }

 a { background-color: rgb(0,75,137); }

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

<style>
 span { border-color: #004B89; }

 span { border-color: rgb(0,75,137); }

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