#017595

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

Shades of Cerulean #017595

Tints of Cerulean #017595

Color information

#017595 (or 0x017595) is unknown color: approx Cerulean. HEX triplet: 01, 75 and 95. RGB value is (1,117,149). Sum of RGB (Red+Green+Blue) = 1+117+149=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #017595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017595 is #FE8A6A. Grayscale: #555555. Windows color (decimal): -16681579 or 9794817. OLE color: 9794817.

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

Color convert

RGB1117149-
CMYK0.990.2100.42
HSL192.97º98.67%29.41%-
HSV(B)192.97º99.33%58.43%-
XYZ11.814.930.69-
YUV85.96163.5767.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=0.37%
G=43.82%
B=55.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11171490.990.2100.42192.9798.6729.41
Hex17595631502Ac1631d
Octal11652251432505230114335
Binary1111010110010101110001110101010101011000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017595; }

 p { color: rgb(1,117,149); }

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

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

 a { background-color: rgb(1,117,149); }

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

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

 span { border-color: rgb(1,117,149); }

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