Html Css Color HEX #005FAA Cobalt

📋 copy color: '#005FAA'

red 0 ◦ green 95 ◦ blue 170

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

Shades of Cobalt #005FAA

Tints of Cobalt #005FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 0%
G = 35.85%
B = 64.15%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005FAA (or 0x005FAA) is known color: Cobalt. HEX triplet: 00, 5F and AA. RGB value is (0,95,170). Sum of RGB (Red+Green+Blue) = 0+95+170=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #005FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FAA is #FFA055. Grayscale: #4A4A4A. Windows color (decimal): -16752726 or 11165440. OLE color: 11165440.

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

Color convert

RGB 0 95 170 -
CMYK 1 0.44 0 0.33
HSL 206.47º 1% 0.33% -
HSV(B) 206.47º 1% 0.67% -
XYZ 11.35 11.09 39.57 -
YUV 75.15 181.53 74.4 -
System Red Green Blue C M Y K H S L
Decimal 0 95 170 1 0.44 0 0.33 206.47 1 0.33
Hex 0 5F AA 64 2C 0 21 CE 64 21
Octal 0 137 252 144 54 0 41 316 144 41
Binary 0 1011111 10101010 1100100 101100 0 100001 11001110 1100100 100001

Color Harmonies of #005FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FAA

Black with #005FAA

Text Example


Text Example

White with #005FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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