Html Css Color HEX #005FA6 Cobalt

📋 copy color: '#005FA6'

red 0 ◦ green 95 ◦ blue 166

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

Shades of Cobalt #005FA6

Tints of Cobalt #005FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.6%

R = 0%
G = 36.4%
B = 63.6%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005FA6 (or 0x005FA6) is known color: Cobalt. HEX triplet: 00, 5F and A6. RGB value is (0,95,166). Sum of RGB (Red+Green+Blue) = 0+95+166=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #005FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FA6 is #FFA059. Grayscale: #4A4A4A. Windows color (decimal): -16752730 or 10903296. OLE color: 10903296.

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

Color convert

RGB 0 95 166 -
CMYK 1 0.43 0 0.35
HSL 205.66º 1% 0.33% -
HSV(B) 205.66º 1% 0.65% -
XYZ 10.98 10.94 37.61 -
YUV 74.69 179.53 74.73 -
System Red Green Blue C M Y K H S L
Decimal 0 95 166 1 0.43 0 0.35 205.66 1 0.33
Hex 0 5F A6 64 2B 0 23 CE 64 21
Octal 0 137 246 144 53 0 43 316 144 41
Binary 0 1011111 10100110 1100100 101011 0 100011 11001110 1100100 100001

Color Harmonies of #005FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FA6

Black with #005FA6

Text Example


Text Example

White with #005FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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