Html Css Color HEX #004E73 Dark Cerulean

📋 copy color: '#004E73'

red 0 ◦ green 78 ◦ blue 115

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

Shades of Dark Cerulean #004E73

Tints of Dark Cerulean #004E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.59%

R = 0%
G = 40.41%
B = 59.59%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004E73 (or 0x004E73) is known color: Dark Cerulean. HEX triplet: 00, 4E and 73. RGB value is (0,78,115). Sum of RGB (Red+Green+Blue) = 0+78+115=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #004E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E73 is #FFB18C. Grayscale: #3A3A3A. Windows color (decimal): -16757133 or 7556608. OLE color: 7556608.

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

Color convert

RGB 0 78 115 -
CMYK 1 0.32 0 0.55
HSL 199.3º 1% 0.23% -
HSV(B) 199.3º 1% 0.45% -
XYZ 5.82 6.69 17.2 -
YUV 58.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 0 78 115 1 0.32 0 0.55 199.3 1 0.23
Hex 0 4E 73 64 20 0 37 C7 64 17
Octal 0 116 163 144 40 0 67 307 144 27
Binary 0 1001110 1110011 1100100 100000 0 110111 11000111 1100100 10111

Color Harmonies of #004E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E73

Black with #004E73

Text Example


Text Example

White with #004E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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