Html Css Color HEX #015FAC Cobalt

📋 copy color: '#015FAC'

red 1 ◦ green 95 ◦ blue 172

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

Shades of Cobalt #015FAC

Tints of Cobalt #015FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 0.37%
G = 35.45%
B = 64.18%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015FAC (or 0x015FAC) is known color: Cobalt. HEX triplet: 01, 5F and AC. RGB value is (1,95,172). Sum of RGB (Red+Green+Blue) = 1+95+172=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #015FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FAC is #FEA053. Grayscale: #4B4B4B. Windows color (decimal): -16687188 or 11296513. OLE color: 11296513.

HSL color Cylindrical-coordinate representation of color #015FAC: hue angle of 207.02º 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 #015FAC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 95 172 -
CMYK 0.99 0.45 0 0.33
HSL 207.02º 0.99% 0.34% -
HSV(B) 207.02º 0.99% 0.67% -
XYZ 11.55 11.17 40.58 -
YUV 75.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 1 95 172 0.99 0.45 0 0.33 207.02 0.99 0.34
Hex 1 5F AC 63 2D 0 21 CF 63 22
Octal 1 137 254 143 55 0 41 317 143 42
Binary 1 1011111 10101100 1100011 101101 0 100001 11001111 1100011 100010

Color Harmonies of #015FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FAC

Black with #015FAC

Text Example


Text Example

White with #015FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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