#017A9F

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

Shades of Cerulean #017A9F

Tints of Cerulean #017A9F

Color information

#017A9F (or 0x017A9F) is unknown color: approx Cerulean. HEX triplet: 01, 7A and 9F. RGB value is (1,122,159). Sum of RGB (Red+Green+Blue) = 1+122+159=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #017A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A9F is #FE8560. Grayscale: #595959. Windows color (decimal): -16680289 or 10451457. OLE color: 10451457.

HSL color Cylindrical-coordinate representation of color #017A9F: hue angle of 194.05º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A9F is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1122159-
CMYK0.990.2300.38
HSL194.05º98.75%31.37%-
HSV(B)194.05º99.37%62.35%-
XYZ13.2316.4335.27-
YUV90.04166.9164.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=0.35%
G=43.26%
B=56.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11221590.990.2300.38194.0598.7531.37
Hex17A9F6317026c2631f
Octal11722371432704630214337
Binary1111101010011111110001110111010011011000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,122,159); }

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

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

 a { background-color: rgb(1,122,159); }

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

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

 span { border-color: rgb(1,122,159); }

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