Html Css Color HEX #003977 Dark Cerulean

📋 copy color: '#003977'

red 0 ◦ green 57 ◦ blue 119

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

Shades of Dark Cerulean #003977

Tints of Dark Cerulean #003977

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 value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003977 (or 0x003977) is known color: 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

RGB 0 57 119 -
CMYK 1 0.52 0 0.53
HSL 211.26º 1% 0.23% -
HSV(B) 211.26º 1% 0.47% -
XYZ 4.79 4.26 18.02 -
YUV 47.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 0 57 119 1 0.52 0 0.53 211.26 1 0.23
Hex 0 39 77 64 34 0 35 D3 64 17
Octal 0 71 167 144 64 0 65 323 144 27
Binary 0 111001 1110111 1100100 110100 0 110101 11010011 1100100 10111

Color Harmonies of #003977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003977

Black with #003977

Text Example


Text Example

White with #003977

Text Example


Text Example

HTML Codes & Css Web 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>