Html Css Color HEX #05559B Cobalt

📋 copy color: '#05559B'

red 5 ◦ green 85 ◦ blue 155

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

Shades of Cobalt #05559B

Tints of Cobalt #05559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 2.04%
G = 34.69%
B = 63.27%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05559B (or 0x05559B) is known color: Cobalt. HEX triplet: 05, 55 and 9B. RGB value is (5,85,155). Sum of RGB (Red+Green+Blue) = 5+85+155=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #05559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05559B is #FAAA64. Grayscale: #444444. Windows color (decimal): -16427621 or 10179845. OLE color: 10179845.

HSL color Cylindrical-coordinate representation of color #05559B: hue angle of 208º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05559B is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 85 155 -
CMYK 0.97 0.45 0 0.39
HSL 208º 0.94% 0.31% -
HSV(B) 208º 0.97% 0.61% -
XYZ 9.23 8.9 32.24 -
YUV 69.06 176.5 82.31 -
System Red Green Blue C M Y K H S L
Decimal 5 85 155 0.97 0.45 0 0.39 208 0.94 0.31
Hex 5 55 9B 61 2D 0 27 D0 5E 1F
Octal 5 125 233 141 55 0 47 320 136 37
Binary 101 1010101 10011011 1100001 101101 0 100111 11010000 1011110 11111

Color Harmonies of #05559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05559B

Black with #05559B

Text Example


Text Example

White with #05559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05559B; }

 p { color: rgb(5,85,155); }

 H1.HeaderClassName
 {
   color: #05559B;
 }
 .AnyTagClassName
 {
   color: #05559B;
 }
</style>

background-color css

<style>
 a { background-color: #05559B; }

 a { background-color: rgb(5,85,155); }

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

border-color css

<style>
 span { border-color: #05559B; }

 span { border-color: rgb(5,85,155); }

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