Html Css Color HEX #04518C Dark Cerulean

📋 copy color: '#04518C'

red 4 ◦ green 81 ◦ blue 140

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

Shades of Dark Cerulean #04518C

Tints of Dark Cerulean #04518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.22%

R = 1.78%
G = 36%
B = 62.22%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04518C (or 0x04518C) is known color: Dark Cerulean. HEX triplet: 04, 51 and 8C. RGB value is (4,81,140). Sum of RGB (Red+Green+Blue) = 4+81+140=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #04518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04518C is #FBAE73. Grayscale: #404040. Windows color (decimal): -16494196 or 9195780. OLE color: 9195780.

HSL color Cylindrical-coordinate representation of color #04518C: hue angle of 206.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04518C is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 81 140 -
CMYK 0.97 0.42 0 0.45
HSL 206.03º 0.94% 0.28% -
HSV(B) 206.03º 0.97% 0.55% -
XYZ 7.73 7.8 25.91 -
YUV 64.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 4 81 140 0.97 0.42 0 0.45 206.03 0.94 0.28
Hex 4 51 8C 61 2A 0 2D CE 5E 1C
Octal 4 121 214 141 52 0 55 316 136 34
Binary 100 1010001 10001100 1100001 101010 0 101101 11001110 1011110 11100

Color Harmonies of #04518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04518C

Black with #04518C

Text Example


Text Example

White with #04518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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