#01708E

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

Shades of Cerulean #01708E

Tints of Cerulean #01708E

Color information

#01708E (or 0x01708E) is unknown color: approx Cerulean. HEX triplet: 01, 70 and 8E. RGB value is (1,112,142). Sum of RGB (Red+Green+Blue) = 1+112+142=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #01708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708E is #FE8F71. Grayscale: #525252. Windows color (decimal): -16682866 or 9334785. OLE color: 9334785.

HSL color Cylindrical-coordinate representation of color #01708E: hue angle of 192.77º 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 #01708E is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1112142-
CMYK0.990.2100.44
HSL192.77º98.6%28.04%-
HSV(B)192.77º99.3%55.69%-
XYZ10.6913.5527.64-
YUV82.23161.7370.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=0.39%
G=43.92%
B=55.69%

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
Decimal11121420.990.2100.44192.7798.628.04
Hex1708E631502Cc1631c
Octal11602161432505430114334
Binary1111000010001110110001110101010110011000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01708E; }

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

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

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

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

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

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

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

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