Html Css Color HEX #004C6F Dark Cerulean

📋 copy color: '#004C6F'

red 0 ◦ green 76 ◦ blue 111

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

Shades of Dark Cerulean #004C6F

Tints of Dark Cerulean #004C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 0%
G = 40.64%
B = 59.36%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004C6F (or 0x004C6F) is known color: Dark Cerulean. HEX triplet: 00, 4C and 6F. RGB value is (0,76,111). Sum of RGB (Red+Green+Blue) = 0+76+111=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #004C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C6F is #FFB390. Grayscale: #393939. Windows color (decimal): -16757649 or 7293952. OLE color: 7293952.

HSL color Cylindrical-coordinate representation of color #004C6F: hue angle of 198.92º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C6F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 76 111 -
CMYK 1 0.32 0 0.56
HSL 198.92º 1% 0.22% -
HSV(B) 198.92º 1% 0.44% -
XYZ 5.45 6.32 15.97 -
YUV 57.27 158.32 87.15 -
System Red Green Blue C M Y K H S L
Decimal 0 76 111 1 0.32 0 0.56 198.92 1 0.22
Hex 0 4C 6F 64 20 0 38 C7 64 16
Octal 0 114 157 144 40 0 70 307 144 26
Binary 0 1001100 1101111 1100100 100000 0 111000 11000111 1100100 10110

Color Harmonies of #004C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C6F

Black with #004C6F

Text Example


Text Example

White with #004C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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