Html Css Color HEX #004E6F Dark Cerulean

📋 copy color: '#004E6F'

red 0 ◦ green 78 ◦ blue 111

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

Shades of Dark Cerulean #004E6F

Tints of Dark Cerulean #004E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

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

R = 0%
G = 41.27%
B = 58.73%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004E6F (or 0x004E6F) is known color: Dark Cerulean. HEX triplet: 00, 4E and 6F. RGB value is (0,78,111). Sum of RGB (Red+Green+Blue) = 0+78+111=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #004E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6F is #FFB190. Grayscale: #3A3A3A. Windows color (decimal): -16757137 or 7294464. OLE color: 7294464.

HSL color Cylindrical-coordinate representation of color #004E6F: hue angle of 197.84º 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 #004E6F is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 78 111 -
CMYK 1 0.30 0 0.56
HSL 197.84º 1% 0.22% -
HSV(B) 197.84º 1% 0.44% -
XYZ 5.59 6.6 16.02 -
YUV 58.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 0 78 111 1 0.30 0 0.56 197.84 1 0.22
Hex 0 4E 6F 64 1E 0 38 C6 64 16
Octal 0 116 157 144 36 0 70 306 144 26
Binary 0 1001110 1101111 1100100 11110 0 111000 11000110 1100100 10110

Color Harmonies of #004E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E6F

Black with #004E6F

Text Example


Text Example

White with #004E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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