#004977

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

Shades of Dark Cerulean #004977

Tints of Dark Cerulean #004977

Color information

#004977 (or 0x004977) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 77. RGB value is (0,73,119). Sum of RGB (Red+Green+Blue) = 0+73+119=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #004977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004977 is #FFB688. Grayscale: #383838. Windows color (decimal): -16758409 or 7817472. OLE color: 7817472.

HSL color Cylindrical-coordinate representation of color #004977: hue angle of 203.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004977 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB073119-
CMYK10.3900.53
HSL203.19º100%23.33%-
HSV(B)203.19º100%46.67%-
XYZ5.716.118.33-
YUV56.42163.3287.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=0%
G=38.02%
B=61.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal07311910.3900.53203.1910023.33
Hex049776427035cb6417
Octal01111671444706531314427
Binary0100100111101111100100100111011010111001011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004977; }

 p { color: rgb(0,73,119); }

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

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

 a { background-color: rgb(0,73,119); }

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

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

 span { border-color: rgb(0,73,119); }

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