Html Css Color HEX #005FA9 Cobalt

📋 copy color: '#005FA9'

red 0 ◦ green 95 ◦ blue 169

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

Shades of Cobalt #005FA9

Tints of Cobalt #005FA9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 95 (37.5% from 255) = 35.98%

 BLUE value IS 169 (66.41% from 255) = 64.02%

R = 0%
G = 35.98%
B = 64.02%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#005FA9 (or 0x005FA9) is known color: Cobalt. HEX triplet: 00, 5F and A9. RGB value is (0,95,169). Sum of RGB (Red+Green+Blue) = 0+95+169=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #005FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FA9 is #FFA056. Grayscale: #4A4A4A. Windows color (decimal): -16752727 or 11099904. OLE color: 11099904.

HSL color Cylindrical-coordinate representation of color #005FA9: hue angle of 206.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FA9 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 95 169 -
CMYK 1 0.44 0 0.34
HSL 206.27º 1% 0.33% -
HSV(B) 206.27º 1% 0.66% -
XYZ 11.25 11.05 39.08 -
YUV 75.03 181.03 74.48 -
System Red Green Blue C M Y K H S L
Decimal 0 95 169 1 0.44 0 0.34 206.27 1 0.33
Hex 0 5F A9 64 2C 0 22 CE 64 21
Octal 0 137 251 144 54 0 42 316 144 41
Binary 0 1011111 10101001 1100100 101100 0 100010 11001110 1100100 100001

Color Harmonies of #005FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FA9

Black with #005FA9

Text Example


Text Example

White with #005FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005FA9; }

 p { color: rgb(0,95,169); }

 H1.HeaderClassName
 {
   color: #005FA9;
 }
 .AnyTagClassName
 {
   color: #005FA9;
 }
</style>

background-color css

<style>
 a { background-color: #005FA9; }

 a { background-color: rgb(0,95,169); }

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

border-color css

<style>
 span { border-color: #005FA9; }

 span { border-color: rgb(0,95,169); }

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