#01668E

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

Shades of Cerulean #01668E

Tints of Cerulean #01668E

Color information

#01668E (or 0x01668E) is unknown color: approx Cerulean. HEX triplet: 01, 66 and 8E. RGB value is (1,102,142). Sum of RGB (Red+Green+Blue) = 1+102+142=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #01668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01668E is #FE9971. Grayscale: #4C4C4C. Windows color (decimal): -16685426 or 9332225. OLE color: 9332225.

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

Color convert

RGB1102142-
CMYK0.990.2800.44
HSL197.02º98.6%28.04%-
HSV(B)197.02º99.3%55.69%-
XYZ9.6511.4627.3-
YUV76.36165.0474.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=0.41%
G=41.63%
B=57.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11021420.990.2800.44197.0298.628.04
Hex1668E631C02Cc5631c
Octal11462161433405430514334
Binary1110011010001110110001111100010110011000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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