Html Css Color HEX #004C7F Dark Cerulean

📋 copy color: '#004C7F'

red 0 ◦ green 76 ◦ blue 127

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

Shades of Dark Cerulean #004C7F

Tints of Dark Cerulean #004C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.56%

R = 0%
G = 37.44%
B = 62.56%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#004C7F (or 0x004C7F) is known color: Dark Cerulean. HEX triplet: 00, 4C and 7F. RGB value is (0,76,127). Sum of RGB (Red+Green+Blue) = 0+76+127=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #004C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C7F is #FFB380. Grayscale: #3A3A3A. Windows color (decimal): -16757633 or 8342528. OLE color: 8342528.

HSL color Cylindrical-coordinate representation of color #004C7F: hue angle of 204.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C7F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 76 127 -
CMYK 1 0.40 0 0.50
HSL 204.09º 1% 0.25% -
HSV(B) 204.09º 1% 0.5% -
XYZ 6.42 6.7 21.03 -
YUV 59.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 0 76 127 1 0.40 0 0.50 204.09 1 0.25
Hex 0 4C 7F 64 28 0 32 CC 64 19
Octal 0 114 177 144 50 0 62 314 144 31
Binary 0 1001100 1111111 1100100 101000 0 110010 11001100 1100100 11001

Color Harmonies of #004C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C7F

Black with #004C7F

Text Example


Text Example

White with #004C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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