Html Css Color HEX #04518E Dark Cerulean

📋 copy color: '#04518E'

red 4 ◦ green 81 ◦ blue 142

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

Shades of Dark Cerulean #04518E

Tints of Dark Cerulean #04518E

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 1.76%
G = 35.68%
B = 62.56%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04518E (or 0x04518E) is known color: Dark Cerulean. HEX triplet: 04, 51 and 8E. RGB value is (4,81,142). Sum of RGB (Red+Green+Blue) = 4+81+142=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #04518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04518E is #FBAE71. Grayscale: #404040. Windows color (decimal): -16494194 or 9326852. OLE color: 9326852.

HSL color Cylindrical-coordinate representation of color #04518E: hue angle of 206.52º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04518E is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 81 142 -
CMYK 0.97 0.43 0 0.44
HSL 206.52º 0.95% 0.29% -
HSV(B) 206.52º 0.97% 0.56% -
XYZ 7.87 7.86 26.69 -
YUV 64.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 4 81 142 0.97 0.43 0 0.44 206.52 0.95 0.29
Hex 4 51 8E 61 2B 0 2C CF 5F 1D
Octal 4 121 216 141 53 0 54 317 137 35
Binary 100 1010001 10001110 1100001 101011 0 101100 11001111 1011111 11101

Color Harmonies of #04518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04518E

Black with #04518E

Text Example


Text Example

White with #04518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04518E; }

 p { color: rgb(4,81,142); }

 H1.HeaderClassName
 {
   color: #04518E;
 }
 .AnyTagClassName
 {
   color: #04518E;
 }
</style>

background-color css

<style>
 a { background-color: #04518E; }

 a { background-color: rgb(4,81,142); }

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

border-color css

<style>
 span { border-color: #04518E; }

 span { border-color: rgb(4,81,142); }

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