Html Css Color HEX #005FAB Cobalt

📋 copy color: '#005FAB'

red 0 ◦ green 95 ◦ blue 171

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

Shades of Cobalt #005FAB

Tints of Cobalt #005FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 0%
G = 35.71%
B = 64.29%

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

#005FAB (or 0x005FAB) is known color: Cobalt. HEX triplet: 00, 5F and AB. RGB value is (0,95,171). Sum of RGB (Red+Green+Blue) = 0+95+171=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #005FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FAB is #FFA054. Grayscale: #4A4A4A. Windows color (decimal): -16752725 or 11230976. OLE color: 11230976.

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

Color convert

RGB 0 95 171 -
CMYK 1 0.44 0 0.33
HSL 206.67º 1% 0.34% -
HSV(B) 206.67º 1% 0.67% -
XYZ 11.44 11.12 40.07 -
YUV 75.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 0 95 171 1 0.44 0 0.33 206.67 1 0.34
Hex 0 5F AB 64 2C 0 21 CF 64 22
Octal 0 137 253 144 54 0 41 317 144 42
Binary 0 1011111 10101011 1100100 101100 0 100001 11001111 1100100 100010

Color Harmonies of #005FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FAB

Black with #005FAB

Text Example


Text Example

White with #005FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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