#017098

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

Shades of Cerulean #017098

Tints of Cerulean #017098

Color information

#017098 (or 0x017098) is unknown color: approx Cerulean. HEX triplet: 01, 70 and 98. RGB value is (1,112,152). Sum of RGB (Red+Green+Blue) = 1+112+152=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #017098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017098 is #FE8F67. Grayscale: #535353. Windows color (decimal): -16682856 or 9990145. OLE color: 9990145.

HSL color Cylindrical-coordinate representation of color #017098: hue angle of 195.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017098 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1112152-
CMYK0.990.2600.40
HSL195.89º98.69%30%-
HSV(B)195.89º99.34%59.61%-
XYZ11.4713.8631.78-
YUV83.37166.7369.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=0.38%
G=42.26%
B=57.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11121520.990.2600.40195.8998.6930
Hex17098631A028c4631e
Octal11602301433205030414336
Binary1111000010011000110001111010010100011000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017098; }

 p { color: rgb(1,112,152); }

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

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

 a { background-color: rgb(1,112,152); }

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

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

 span { border-color: rgb(1,112,152); }

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