#016593

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

Shades of Cerulean #016593

Tints of Cerulean #016593

Color information

#016593 (or 0x016593) is unknown color: approx Cerulean. HEX triplet: 01, 65 and 93. RGB value is (1,101,147). Sum of RGB (Red+Green+Blue) = 1+101+147=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #016593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016593 is #FE9A6C. Grayscale: #4C4C4C. Windows color (decimal): -16685677 or 9659649. OLE color: 9659649.

HSL color Cylindrical-coordinate representation of color #016593: hue angle of 198.9º 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 #016593 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1101147-
CMYK0.990.3100.42
HSL198.9º98.65%29.02%-
HSV(B)198.9º99.32%57.65%-
XYZ9.9311.4229.28-
YUV76.34167.8774.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=0.40%
G=40.56%
B=59.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11011470.990.3100.42198.998.6529.02
Hex16593631F02Ac7631d
Octal11452231433705230714335
Binary1110010110010011110001111111010101011000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016593; }

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

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

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

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

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

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

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

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