Html Css Color HEX #015AAC Cobalt

📋 copy color: '#015AAC'

red 1 ◦ green 90 ◦ blue 172

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

Shades of Cobalt #015AAC

Tints of Cobalt #015AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

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

R = 0.38%
G = 34.22%
B = 65.4%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015AAC (or 0x015AAC) is known color: Cobalt. HEX triplet: 01, 5A and AC. RGB value is (1,90,172). Sum of RGB (Red+Green+Blue) = 1+90+172=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #015AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AAC is #FEA553. Grayscale: #484848. Windows color (decimal): -16688468 or 11295233. OLE color: 11295233.

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

Color convert

RGB 1 90 172 -
CMYK 0.99 0.48 0 0.33
HSL 208.77º 0.99% 0.34% -
HSV(B) 208.77º 0.99% 0.67% -
XYZ 11.12 10.3 40.43 -
YUV 72.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 1 90 172 0.99 0.48 0 0.33 208.77 0.99 0.34
Hex 1 5A AC 63 30 0 21 D1 63 22
Octal 1 132 254 143 60 0 41 321 143 42
Binary 1 1011010 10101100 1100011 110000 0 100001 11010001 1100011 100010

Color Harmonies of #015AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AAC

Black with #015AAC

Text Example


Text Example

White with #015AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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