Html Css Color HEX #04518F Dark Cerulean

📋 copy color: '#04518F'

red 4 ◦ green 81 ◦ blue 143

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

Shades of Dark Cerulean #04518F

Tints of Dark Cerulean #04518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 1.75%
G = 35.53%
B = 62.72%

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

#04518F (or 0x04518F) is known color: Dark Cerulean. HEX triplet: 04, 51 and 8F. RGB value is (4,81,143). Sum of RGB (Red+Green+Blue) = 4+81+143=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #04518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04518F is #FBAE70. Grayscale: #404040. Windows color (decimal): -16494193 or 9392388. OLE color: 9392388.

HSL color Cylindrical-coordinate representation of color #04518F: hue angle of 206.76º 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 #04518F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 81 143 -
CMYK 0.97 0.43 0 0.44
HSL 206.76º 0.95% 0.29% -
HSV(B) 206.76º 0.97% 0.56% -
XYZ 7.95 7.89 27.09 -
YUV 65.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 4 81 143 0.97 0.43 0 0.44 206.76 0.95 0.29
Hex 4 51 8F 61 2B 0 2C CF 5F 1D
Octal 4 121 217 141 53 0 54 317 137 35
Binary 100 1010001 10001111 1100001 101011 0 101100 11001111 1011111 11101

Color Harmonies of #04518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04518F

Black with #04518F

Text Example


Text Example

White with #04518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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