Html Css Color HEX #005F9F Cobalt

📋 copy color: '#005F9F'

red 0 ◦ green 95 ◦ blue 159

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

Shades of Cobalt #005F9F

Tints of Cobalt #005F9F

RGB

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

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

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

R = 0%
G = 37.4%
B = 62.6%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#005F9F (or 0x005F9F) is known color: 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

RGB 0 95 159 -
CMYK 1 0.40 0 0.38
HSL 204.15º 1% 0.31% -
HSV(B) 204.15º 1% 0.62% -
XYZ 10.35 10.69 34.32 -
YUV 73.89 176.03 75.3 -
System Red Green Blue C M Y K H S L
Decimal 0 95 159 1 0.40 0 0.38 204.15 1 0.31
Hex 0 5F 9F 64 28 0 26 CC 64 1F
Octal 0 137 237 144 50 0 46 314 144 37
Binary 0 1011111 10011111 1100100 101000 0 100110 11001100 1100100 11111

Color Harmonies of #005F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F9F

Black with #005F9F

Text Example


Text Example

White with #005F9F

Text Example


Text Example

HTML Codes & Css Web 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>