Html Css Color HEX #015AA7 Cobalt

📋 copy color: '#015AA7'

red 1 ◦ green 90 ◦ blue 167

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

Shades of Cobalt #015AA7

Tints of Cobalt #015AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 0.39%
G = 34.88%
B = 64.73%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#015AA7 (or 0x015AA7) is known color: Cobalt. HEX triplet: 01, 5A and A7. RGB value is (1,90,167). Sum of RGB (Red+Green+Blue) = 1+90+167=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #015AA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AA7 is #FEA558. Grayscale: #474747. Windows color (decimal): -16688473 or 10967553. OLE color: 10967553.

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

Color convert

RGB 1 90 167 -
CMYK 0.99 0.46 0 0.35
HSL 207.83º 0.99% 0.33% -
HSV(B) 207.83º 0.99% 0.65% -
XYZ 10.64 10.11 37.95 -
YUV 72.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 1 90 167 0.99 0.46 0 0.35 207.83 0.99 0.33
Hex 1 5A A7 63 2E 0 23 D0 63 21
Octal 1 132 247 143 56 0 43 320 143 41
Binary 1 1011010 10100111 1100011 101110 0 100011 11010000 1100011 100001

Color Harmonies of #015AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AA7

Black with #015AA7

Text Example


Text Example

White with #015AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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