Html Css Color HEX #05518F Dark Cerulean

📋 copy color: '#05518F'

red 5 ◦ green 81 ◦ blue 143

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

Shades of Dark Cerulean #05518F

Tints of Dark Cerulean #05518F

RGB

 RED value IS 5 (2.34% from 255) = 2.18%

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

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

R = 2.18%
G = 35.37%
B = 62.45%

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

#05518F (or 0x05518F) is known color: Dark Cerulean. HEX triplet: 05, 51 and 8F. RGB value is (5,81,143). Sum of RGB (Red+Green+Blue) = 5+81+143=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #05518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05518F is #FAAE70. Grayscale: #414141. Windows color (decimal): -16428657 or 9392389. OLE color: 9392389.

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

Color convert

RGB 5 81 143 -
CMYK 0.97 0.43 0 0.44
HSL 206.96º 0.93% 0.29% -
HSV(B) 206.96º 0.97% 0.56% -
XYZ 7.96 7.9 27.09 -
YUV 65.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 5 81 143 0.97 0.43 0 0.44 206.96 0.93 0.29
Hex 5 51 8F 61 2B 0 2C CF 5D 1D
Octal 5 121 217 141 53 0 54 317 135 35
Binary 101 1010001 10001111 1100001 101011 0 101100 11001111 1011101 11101

Color Harmonies of #05518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05518F

Black with #05518F

Text Example


Text Example

White with #05518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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