Html Css Color HEX #015AB2 Cobalt

📋 copy color: '#015AB2'

red 1 ◦ green 90 ◦ blue 178

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

Shades of Cobalt #015AB2

Tints of Cobalt #015AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 66.17%

R = 0.37%
G = 33.46%
B = 66.17%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#015AB2 (or 0x015AB2) is known color: Cobalt. HEX triplet: 01, 5A and B2. RGB value is (1,90,178). Sum of RGB (Red+Green+Blue) = 1+90+178=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 178 (69.92% from 255 or 66.17% from 269); Max value from RGB is 178 - color contains mainly: blue. Hex color #015AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AB2 is #FEA54D. Grayscale: #484848. Windows color (decimal): -16688462 or 11688449. OLE color: 11688449.

HSL color Cylindrical-coordinate representation of color #015AB2: hue angle of 209.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AB2 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 90 178 -
CMYK 0.99 0.49 0 0.30
HSL 209.83º 0.99% 0.35% -
HSV(B) 209.83º 0.99% 0.7% -
XYZ 11.7 10.53 43.54 -
YUV 73.42 187.01 76.34 -
System Red Green Blue C M Y K H S L
Decimal 1 90 178 0.99 0.49 0 0.30 209.83 0.99 0.35
Hex 1 5A B2 63 31 0 1E D2 63 23
Octal 1 132 262 143 61 0 36 322 143 43
Binary 1 1011010 10110010 1100011 110001 0 11110 11010010 1100011 100011

Color Harmonies of #015AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AB2

Black with #015AB2

Text Example


Text Example

White with #015AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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