Html Css Color HEX #004C7C Dark Cerulean

📋 copy color: '#004C7C'

red 0 ◦ green 76 ◦ blue 124

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

Shades of Dark Cerulean #004C7C

Tints of Dark Cerulean #004C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

 BLUE value IS 124 (48.83% from 255) = 62%

R = 0%
G = 38%
B = 62%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#004C7C (or 0x004C7C) is known color: Dark Cerulean. HEX triplet: 00, 4C and 7C. RGB value is (0,76,124). Sum of RGB (Red+Green+Blue) = 0+76+124=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #004C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C7C is #FFB383. Grayscale: #3A3A3A. Windows color (decimal): -16757636 or 8145920. OLE color: 8145920.

HSL color Cylindrical-coordinate representation of color #004C7C: hue angle of 203.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C7C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 76 124 -
CMYK 1 0.39 0 0.51
HSL 203.23º 1% 0.24% -
HSV(B) 203.23º 1% 0.49% -
XYZ 6.22 6.62 20.02 -
YUV 58.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 0 76 124 1 0.39 0 0.51 203.23 1 0.24
Hex 0 4C 7C 64 27 0 33 CB 64 18
Octal 0 114 174 144 47 0 63 313 144 30
Binary 0 1001100 1111100 1100100 100111 0 110011 11001011 1100100 11000

Color Harmonies of #004C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C7C

Black with #004C7C

Text Example


Text Example

White with #004C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004C7C; }

 p { color: rgb(0,76,124); }

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

background-color css

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

 a { background-color: rgb(0,76,124); }

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

border-color css

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

 span { border-color: rgb(0,76,124); }

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