#003977

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

Shades of Dark Cerulean #003977

Tints of Dark Cerulean #003977

Color information

#003977 (or 0x003977) is unknown color: approx Dark Cerulean. HEX triplet: 00, 39 and 77. RGB value is (0,57,119). Sum of RGB (Red+Green+Blue) = 0+57+119=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #003977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003977 is #FFC688. Grayscale: #2E2E2E. Windows color (decimal): -16762505 or 7813376. OLE color: 7813376.

HSL color Cylindrical-coordinate representation of color #003977: hue angle of 211.26º 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 #003977 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB057119-
CMYK10.5200.53
HSL211.26º100%23.33%-
HSV(B)211.26º100%46.67%-
XYZ4.794.2618.02-
YUV47.02168.6294.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=0%
G=32.39%
B=67.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal05711910.5200.53211.2610023.33
Hex039776434035d36417
Octal0711671446406532314427
Binary011100111101111100100110100011010111010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003977; }

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

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

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

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

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

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

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

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