#16466E

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

Shades of Dark Cerulean #16466E

Tints of Dark Cerulean #16466E

Color information

#16466E (or 0x16466E) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 6E. RGB value is (22,70,110). Sum of RGB (Red+Green+Blue) = 22+70+110=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #16466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16466E is #E9B991. Grayscale: #3C3C3C. Windows color (decimal): -15317394 or 7226902. OLE color: 7226902.

HSL color Cylindrical-coordinate representation of color #16466E: hue angle of 207.27º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16466E is Cyan = 0.8, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2270110-
CMYK0.80.3600.57
HSL207.27º66.67%25.88%-
HSV(B)207.27º80%43.14%-
XYZ5.345.6815.57-
YUV60.21156.1100.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=10.89%
G=34.65%
B=54.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22701100.80.3600.57207.2766.6725.88
Hex16466E5024039cf431a
Octal261061561204407131710332
Binary10110100011011011101010000100100011100111001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,70,110); }

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

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

 a { background-color: rgb(22,70,110); }

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

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

 span { border-color: rgb(22,70,110); }

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