Html Css Color HEX #005FA5 Cobalt

📋 copy color: '#005FA5'

red 0 ◦ green 95 ◦ blue 165

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

Shades of Cobalt #005FA5

Tints of Cobalt #005FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 63.46%

R = 0%
G = 36.54%
B = 63.46%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005FA5 (or 0x005FA5) is known color: Cobalt. HEX triplet: 00, 5F and A5. RGB value is (0,95,165). Sum of RGB (Red+Green+Blue) = 0+95+165=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #005FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FA5 is #FFA05A. Grayscale: #4A4A4A. Windows color (decimal): -16752731 or 10837760. OLE color: 10837760.

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

Color convert

RGB 0 95 165 -
CMYK 1 0.42 0 0.35
HSL 205.45º 1% 0.32% -
HSV(B) 205.45º 1% 0.65% -
XYZ 10.88 10.9 37.13 -
YUV 74.58 179.03 74.81 -
System Red Green Blue C M Y K H S L
Decimal 0 95 165 1 0.42 0 0.35 205.45 1 0.32
Hex 0 5F A5 64 2A 0 23 CD 64 20
Octal 0 137 245 144 52 0 43 315 144 40
Binary 0 1011111 10100101 1100100 101010 0 100011 11001101 1100100 100000

Color Harmonies of #005FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FA5

Black with #005FA5

Text Example


Text Example

White with #005FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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