Html Css Color HEX #05599D Cobalt

📋 copy color: '#05599D'

red 5 ◦ green 89 ◦ blue 157

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

Shades of Cobalt #05599D

Tints of Cobalt #05599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 1.99%
G = 35.46%
B = 62.55%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05599D (or 0x05599D) is known color: Cobalt. HEX triplet: 05, 59 and 9D. RGB value is (5,89,157). Sum of RGB (Red+Green+Blue) = 5+89+157=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #05599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05599D is #FAA662. Grayscale: #474747. Windows color (decimal): -16426595 or 10311941. OLE color: 10311941.

HSL color Cylindrical-coordinate representation of color #05599D: hue angle of 206.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05599D is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 89 157 -
CMYK 0.97 0.43 0 0.38
HSL 206.84º 0.94% 0.32% -
HSV(B) 206.84º 0.97% 0.62% -
XYZ 9.72 9.61 33.24 -
YUV 71.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 5 89 157 0.97 0.43 0 0.38 206.84 0.94 0.32
Hex 5 59 9D 61 2B 0 26 CF 5E 20
Octal 5 131 235 141 53 0 46 317 136 40
Binary 101 1011001 10011101 1100001 101011 0 100110 11001111 1011110 100000

Color Harmonies of #05599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05599D

Black with #05599D

Text Example


Text Example

White with #05599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05599D; }

 p { color: rgb(5,89,157); }

 H1.HeaderClassName
 {
   color: #05599D;
 }
 .AnyTagClassName
 {
   color: #05599D;
 }
</style>

background-color css

<style>
 a { background-color: #05599D; }

 a { background-color: rgb(5,89,157); }

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

border-color css

<style>
 span { border-color: #05599D; }

 span { border-color: rgb(5,89,157); }

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