Html Css Color HEX #004077 Dark Cerulean

📋 copy color: '#004077'

red 0 ◦ green 64 ◦ blue 119

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

Shades of Dark Cerulean #004077

Tints of Dark Cerulean #004077

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 119 (46.88% from 255) = 65.03%

R = 0%
G = 34.97%
B = 65.03%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#004077 (or 0x004077) is known color: Dark Cerulean. HEX triplet: 00, 40 and 77. RGB value is (0,64,119). Sum of RGB (Red+Green+Blue) = 0+64+119=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #004077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004077 is #FFBF88. Grayscale: #323232. Windows color (decimal): -16760713 or 7815168. OLE color: 7815168.

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

Color convert

RGB 0 64 119 -
CMYK 1 0.46 0 0.53
HSL 207.73º 1% 0.23% -
HSV(B) 207.73º 1% 0.47% -
XYZ 5.16 5 18.15 -
YUV 51.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 0 64 119 1 0.46 0 0.53 207.73 1 0.23
Hex 0 40 77 64 2E 0 35 D0 64 17
Octal 0 100 167 144 56 0 65 320 144 27
Binary 0 1000000 1110111 1100100 101110 0 110101 11010000 1100100 10111

Color Harmonies of #004077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004077

Black with #004077

Text Example


Text Example

White with #004077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004077; }

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

 H1.HeaderClassName
 {
   color: #004077;
 }
 .AnyTagClassName
 {
   color: #004077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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