Html Css Color HEX #04518A Dark Cerulean

📋 copy color: '#04518A'

red 4 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #04518A

Tints of Dark Cerulean #04518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.88%

R = 1.79%
G = 36.32%
B = 61.88%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04518A (or 0x04518A) is known color: Dark Cerulean. HEX triplet: 04, 51 and 8A. RGB value is (4,81,138). Sum of RGB (Red+Green+Blue) = 4+81+138=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #04518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04518A is #FBAE75. Grayscale: #404040. Windows color (decimal): -16494198 or 9064708. OLE color: 9064708.

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

Color convert

RGB 4 81 138 -
CMYK 0.97 0.41 0 0.46
HSL 205.52º 0.94% 0.28% -
HSV(B) 205.52º 0.97% 0.54% -
XYZ 7.58 7.75 25.14 -
YUV 64.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 4 81 138 0.97 0.41 0 0.46 205.52 0.94 0.28
Hex 4 51 8A 61 29 0 2E CE 5E 1C
Octal 4 121 212 141 51 0 56 316 136 34
Binary 100 1010001 10001010 1100001 101001 0 101110 11001110 1011110 11100

Color Harmonies of #04518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04518A

Black with #04518A

Text Example


Text Example

White with #04518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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