Html Css Color HEX #05509F Cobalt

📋 copy color: '#05509F'

red 5 ◦ green 80 ◦ blue 159

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

Shades of Cobalt #05509F

Tints of Cobalt #05509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 2.05%
G = 32.79%
B = 65.16%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05509F (or 0x05509F) is known color: Cobalt. HEX triplet: 05, 50 and 9F. RGB value is (5,80,159). Sum of RGB (Red+Green+Blue) = 5+80+159=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #05509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05509F is #FAAF60. Grayscale: #424242. Windows color (decimal): -16428897 or 10440709. OLE color: 10440709.

HSL color Cylindrical-coordinate representation of color #05509F: hue angle of 210.78º 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 #05509F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 80 159 -
CMYK 0.97 0.50 0 0.38
HSL 210.78º 0.94% 0.32% -
HSV(B) 210.78º 0.97% 0.62% -
XYZ 9.19 8.27 33.91 -
YUV 66.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 5 80 159 0.97 0.50 0 0.38 210.78 0.94 0.32
Hex 5 50 9F 61 32 0 26 D3 5E 20
Octal 5 120 237 141 62 0 46 323 136 40
Binary 101 1010000 10011111 1100001 110010 0 100110 11010011 1011110 100000

Color Harmonies of #05509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05509F

Black with #05509F

Text Example


Text Example

White with #05509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,80,159); }

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

background-color css

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

 a { background-color: rgb(5,80,159); }

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

border-color css

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

 span { border-color: rgb(5,80,159); }

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