#017EA2

Color #017EA2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #017EA2

Tints of Cerulean #017EA2

Color information

#017EA2 (or 0x017EA2) is unknown color: approx Cerulean. HEX triplet: 01, 7E and A2. RGB value is (1,126,162). Sum of RGB (Red+Green+Blue) = 1+126+162=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #017EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017EA2 is #FE815D. Grayscale: #5C5C5C. Windows color (decimal): -16679262 or 10649089. OLE color: 10649089.

HSL color Cylindrical-coordinate representation of color #017EA2: hue angle of 193.42º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EA2 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1126162-
CMYK0.990.2200.36
HSL193.42º98.77%31.96%-
HSV(B)193.42º99.38%63.53%-
XYZ13.9917.5436.83-
YUV92.73167.0962.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=0.35%
G=43.60%
B=56.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11261620.990.2200.36193.4298.7731.96
Hex17EA26316024c16320
Octal11762421432604430114340
Binary11111110101000101100011101100100100110000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017EA2; }

 p { color: rgb(1,126,162); }

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

<style>
 a { background-color: #017EA2; }

 a { background-color: rgb(1,126,162); }

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

<style>
 span { border-color: #017EA2; }

 span { border-color: rgb(1,126,162); }

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