#016790

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

Shades of Cerulean #016790

Tints of Cerulean #016790

Color information

#016790 (or 0x016790) is unknown color: approx Cerulean. HEX triplet: 01, 67 and 90. RGB value is (1,103,144). Sum of RGB (Red+Green+Blue) = 1+103+144=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #016790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016790 is #FE986F. Grayscale: #4C4C4C. Windows color (decimal): -16685168 or 9463553. OLE color: 9463553.

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

Color convert

RGB1103144-
CMYK0.990.2800.44
HSL197.2º98.62%28.43%-
HSV(B)197.2º99.31%56.47%-
XYZ9.911.7228.13-
YUV77.18165.7173.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=0.40%
G=41.53%
B=58.06%

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
Decimal11031440.990.2800.44197.298.6228.43
Hex16790631C02Cc5631c
Octal11472201433405430514334
Binary1110011110010000110001111100010110011000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016790; }

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

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

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

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

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

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

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

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