Html Css Color HEX #004277 Dark Cerulean

📋 copy color: '#004277'

red 0 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #004277

Tints of Dark Cerulean #004277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 0%
G = 35.68%
B = 64.32%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#004277 (or 0x004277) is known color: Dark Cerulean. HEX triplet: 00, 42 and 77. RGB value is (0,66,119). Sum of RGB (Red+Green+Blue) = 0+66+119=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #004277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004277 is #FFBD88. Grayscale: #343434. Windows color (decimal): -16760201 or 7815680. OLE color: 7815680.

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

Color convert

RGB 0 66 119 -
CMYK 1 0.45 0 0.53
HSL 206.72º 1% 0.23% -
HSV(B) 206.72º 1% 0.47% -
XYZ 5.28 5.23 18.18 -
YUV 52.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 0 66 119 1 0.45 0 0.53 206.72 1 0.23
Hex 0 42 77 64 2D 0 35 CF 64 17
Octal 0 102 167 144 55 0 65 317 144 27
Binary 0 1000010 1110111 1100100 101101 0 110101 11001111 1100100 10111

Color Harmonies of #004277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004277

Black with #004277

Text Example


Text Example

White with #004277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004277; }

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

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

background-color css

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

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

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

border-color css

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

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

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