#017CAA

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

Shades of Cerulean #017CAA

Tints of Cerulean #017CAA

Color information

#017CAA (or 0x017CAA) is unknown color: approx Cerulean. HEX triplet: 01, 7C and AA. RGB value is (1,124,170). Sum of RGB (Red+Green+Blue) = 1+124+170=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #017CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CAA is #FE8355. Grayscale: #5C5C5C. Windows color (decimal): -16679766 or 11172865. OLE color: 11172865.

HSL color Cylindrical-coordinate representation of color #017CAA: hue angle of 196.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CAA is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1124170-
CMYK0.990.2700.33
HSL196.33º98.83%33.53%-
HSV(B)196.33º99.41%66.67%-
XYZ14.4817.3240.61-
YUV92.47171.7562.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=0.34%
G=42.03%
B=57.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11241700.990.2700.33196.3398.8333.53
Hex17CAA631B021c46322
Octal11742521433304130414342
Binary11111100101010101100011110110100001110001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,124,170); }

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

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

 a { background-color: rgb(1,124,170); }

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

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

 span { border-color: rgb(1,124,170); }

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