#01659E

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

Shades of Cerulean #01659E

Tints of Cerulean #01659E

Color information

#01659E (or 0x01659E) is unknown color: approx Cerulean. HEX triplet: 01, 65 and 9E. RGB value is (1,101,158). Sum of RGB (Red+Green+Blue) = 1+101+158=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #01659E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01659E is #FE9A61. Grayscale: #4D4D4D. Windows color (decimal): -16685666 or 10380545. OLE color: 10380545.

HSL color Cylindrical-coordinate representation of color #01659E: hue angle of 201.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01659E is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1101158-
CMYK0.990.3600.38
HSL201.78º98.74%31.18%-
HSV(B)201.78º99.37%61.96%-
XYZ10.8411.7834.05-
YUV77.6173.3773.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=0.38%
G=38.85%
B=60.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11011580.990.3600.38201.7898.7431.18
Hex1659E6324026ca631f
Octal11452361434404631214337
Binary11100101100111101100011100100010011011001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,101,158); }

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

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

 a { background-color: rgb(1,101,158); }

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

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

 span { border-color: rgb(1,101,158); }

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