#017290

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

Shades of Cerulean #017290

Tints of Cerulean #017290

Color information

#017290 (or 0x017290) is unknown color: approx Cerulean. HEX triplet: 01, 72 and 90. RGB value is (1,114,144). Sum of RGB (Red+Green+Blue) = 1+114+144=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #017290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017290 is #FE8D6F. Grayscale: #535353. Windows color (decimal): -16682352 or 9466369. OLE color: 9466369.

HSL color Cylindrical-coordinate representation of color #017290: hue angle of 192.59º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017290 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1114144-
CMYK0.990.2100.44
HSL192.59º98.62%28.43%-
HSV(B)192.59º99.31%56.47%-
XYZ11.0614.0528.52-
YUV83.63162.0669.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=0.39%
G=44.02%
B=55.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11141440.990.2100.44192.5998.6228.43
Hex17290631502Cc1631c
Octal11622201432505430114334
Binary1111001010010000110001110101010110011000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017290; }

 p { color: rgb(1,114,144); }

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

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

 a { background-color: rgb(1,114,144); }

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

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

 span { border-color: rgb(1,114,144); }

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