Html Css Color HEX #015FAB Cobalt

📋 copy color: '#015FAB'

red 1 ◦ green 95 ◦ blue 171

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

Shades of Cobalt #015FAB

Tints of Cobalt #015FAB

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

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

R = 0.37%
G = 35.58%
B = 64.04%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015FAB (or 0x015FAB) is known color: Cobalt. HEX triplet: 01, 5F and AB. RGB value is (1,95,171). Sum of RGB (Red+Green+Blue) = 1+95+171=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #015FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FAB is #FEA054. Grayscale: #4B4B4B. Windows color (decimal): -16687189 or 11230977. OLE color: 11230977.

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

Color convert

RGB 1 95 171 -
CMYK 0.99 0.44 0 0.33
HSL 206.82º 0.99% 0.34% -
HSV(B) 206.82º 0.99% 0.67% -
XYZ 11.46 11.13 40.07 -
YUV 75.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 1 95 171 0.99 0.44 0 0.33 206.82 0.99 0.34
Hex 1 5F AB 63 2C 0 21 CF 63 22
Octal 1 137 253 143 54 0 41 317 143 42
Binary 1 1011111 10101011 1100011 101100 0 100001 11001111 1100011 100010

Color Harmonies of #015FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FAB

Black with #015FAB

Text Example


Text Example

White with #015FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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