#015EA5

Color #015EA5 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #015EA5

Tints of Cobalt #015EA5

Color information

#015EA5 (or 0x015EA5) is unknown color: approx Cobalt. HEX triplet: 01, 5E and A5. RGB value is (1,94,165). Sum of RGB (Red+Green+Blue) = 1+94+165=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #015EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EA5 is #FEA15A. Grayscale: #494949. Windows color (decimal): -16687451 or 10837505. OLE color: 10837505.

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

Color convert

RGB194165-
CMYK0.990.4300.35
HSL205.98º98.8%32.55%-
HSV(B)205.98º99.39%64.71%-
XYZ10.8110.7337.1-
YUV74.29179.1975.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 165 (64.84% from 255) = 63.46%
R=0.38%
G=36.15%
B=63.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1941650.990.4300.35205.9898.832.55
Hex15EA5632B023ce6321
Octal11362451435304331614341
Binary110111101010010111000111010110100011110011101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,94,165); }

 H1.HeaderClassName
 {
   color: #015EA5;
 }
 .AnyTagClassName
 {
   color: #015EA5;
 }
</style>
background-color css

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

 a { background-color: rgb(1,94,165); }

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

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

 span { border-color: rgb(1,94,165); }

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