#005f9f

Color #005F9F Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #005F9F

Tints of Cobalt #005F9F

Color information

#005F9F (or 0x005F9F) is unknown color: approx Cobalt. HEX triplet: 00, 5F and 9F. RGB value is (0,95,159). Sum of RGB (Red+Green+Blue) = 0+95+159=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #005F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9F is #FFA060. Grayscale: #494949. Windows color (decimal): -16752737 or 10444544. OLE color: 10444544.

HSL color Cylindrical-coordinate representation of color #005F9F: hue angle of 204.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F9F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB095159-
CMYK10.4000.38
HSL204.15º100%31.18%-
HSV(B)204.15º100%62.35%-
XYZ10.3510.6934.32-
YUV73.89176.0375.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=0%
G=37.40%
B=62.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal09515910.4000.38204.1510031.18
Hex05F9F6428026cc641f
Octal01372371445004631414437
Binary01011111100111111100100101000010011011001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005f9f;
 }
 .AnyTagClassName
 {
   color: #005f9f;
 }
</style>
background-color css

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

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

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

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

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

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