#01688E

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

Shades of Cerulean #01688E

Tints of Cerulean #01688E

Color information

#01688E (or 0x01688E) is unknown color: approx Cerulean. HEX triplet: 01, 68 and 8E. RGB value is (1,104,142). Sum of RGB (Red+Green+Blue) = 1+104+142=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #01688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01688E is #FE9771. Grayscale: #4D4D4D. Windows color (decimal): -16684914 or 9332737. OLE color: 9332737.

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

Color convert

RGB1104142-
CMYK0.990.2700.44
HSL196.17º98.6%28.04%-
HSV(B)196.17º99.3%55.69%-
XYZ9.8511.8627.36-
YUV77.54164.3873.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=0.40%
G=42.11%
B=57.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11041420.990.2700.44196.1798.628.04
Hex1688E631B02Cc4631c
Octal11502161433305430414334
Binary1110100010001110110001111011010110011000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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