#017199

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

Shades of Cerulean #017199

Tints of Cerulean #017199

Color information

#017199 (or 0x017199) is unknown color: approx Cerulean. HEX triplet: 01, 71 and 99. RGB value is (1,113,153). Sum of RGB (Red+Green+Blue) = 1+113+153=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #017199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017199 is #FE8E66. Grayscale: #535353. Windows color (decimal): -16682599 or 10055937. OLE color: 10055937.

HSL color Cylindrical-coordinate representation of color #017199: hue angle of 195.79º 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 #017199 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1113153-
CMYK0.990.2600.4
HSL195.79º98.7%30.2%-
HSV(B)195.79º99.35%60%-
XYZ11.6714.1232.25-
YUV84.07166.8968.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=0.37%
G=42.32%
B=57.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11131530.990.2600.4195.7998.730.2
Hex17199631A028c4631e
Octal11612311433205030414336
Binary1111000110011001110001111010010100011000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017199; }

 p { color: rgb(1,113,153); }

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

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

 a { background-color: rgb(1,113,153); }

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

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

 span { border-color: rgb(1,113,153); }

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