#016590

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

Shades of Cerulean #016590

Tints of Cerulean #016590

Color information

#016590 (or 0x016590) is unknown color: approx Cerulean. HEX triplet: 01, 65 and 90. RGB value is (1,101,144). Sum of RGB (Red+Green+Blue) = 1+101+144=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #016590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016590 is #FE9A6F. Grayscale: #4B4B4B. Windows color (decimal): -16685680 or 9463041. OLE color: 9463041.

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

Color convert

RGB1101144-
CMYK0.990.3000.44
HSL198.04º98.62%28.43%-
HSV(B)198.04º99.31%56.47%-
XYZ9.711.3328.06-
YUV76166.3774.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=0.41%
G=41.06%
B=58.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11011440.990.3000.44198.0498.6228.43
Hex16590631E02Cc6631c
Octal11452201433605430614334
Binary1110010110010000110001111110010110011000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016590; }

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

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

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

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

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

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

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

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