Html Css Color HEX #015AAE Cobalt

📋 copy color: '#015AAE'

red 1 ◦ green 90 ◦ blue 174

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

Shades of Cobalt #015AAE

Tints of Cobalt #015AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 0.38%
G = 33.96%
B = 65.66%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#015AAE (or 0x015AAE) is known color: Cobalt. HEX triplet: 01, 5A and AE. RGB value is (1,90,174). Sum of RGB (Red+Green+Blue) = 1+90+174=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #015AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AAE is #FEA551. Grayscale: #484848. Windows color (decimal): -16688466 or 11426305. OLE color: 11426305.

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

Color convert

RGB 1 90 174 -
CMYK 0.99 0.48 0 0.32
HSL 209.13º 0.99% 0.34% -
HSV(B) 209.13º 0.99% 0.68% -
XYZ 11.31 10.37 41.45 -
YUV 72.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 1 90 174 0.99 0.48 0 0.32 209.13 0.99 0.34
Hex 1 5A AE 63 30 0 20 D1 63 22
Octal 1 132 256 143 60 0 40 321 143 42
Binary 1 1011010 10101110 1100011 110000 0 100000 11010001 1100011 100010

Color Harmonies of #015AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AAE

Black with #015AAE

Text Example


Text Example

White with #015AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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