Html Css Color HEX #005FA0 Cobalt

📋 copy color: '#005FA0'

red 0 ◦ green 95 ◦ blue 160

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

Shades of Cobalt #005FA0

Tints of Cobalt #005FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.75%

R = 0%
G = 37.25%
B = 62.75%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#005FA0 (or 0x005FA0) is known color: Cobalt. HEX triplet: 00, 5F and A0. RGB value is (0,95,160). Sum of RGB (Red+Green+Blue) = 0+95+160=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #005FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FA0 is #FFA05F. Grayscale: #494949. Windows color (decimal): -16752736 or 10510080. OLE color: 10510080.

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

Color convert

RGB 0 95 160 -
CMYK 1 0.41 0 0.37
HSL 204.38º 1% 0.31% -
HSV(B) 204.38º 1% 0.63% -
XYZ 10.44 10.72 34.78 -
YUV 74.01 176.53 75.21 -
System Red Green Blue C M Y K H S L
Decimal 0 95 160 1 0.41 0 0.37 204.38 1 0.31
Hex 0 5F A0 64 29 0 25 CC 64 1F
Octal 0 137 240 144 51 0 45 314 144 37
Binary 0 1011111 10100000 1100100 101001 0 100101 11001100 1100100 11111

Color Harmonies of #005FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FA0

Black with #005FA0

Text Example


Text Example

White with #005FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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