#16486E

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

Shades of Dark Cerulean #16486E

Tints of Dark Cerulean #16486E

Color information

#16486E (or 0x16486E) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 6E. RGB value is (22,72,110). Sum of RGB (Red+Green+Blue) = 22+72+110=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #16486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16486E is #E9B791. Grayscale: #3D3D3D. Windows color (decimal): -15316882 or 7227414. OLE color: 7227414.

HSL color Cylindrical-coordinate representation of color #16486E: hue angle of 205.91º 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 #16486E is Cyan = 0.8, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2272110-
CMYK0.80.3500.57
HSL205.91º66.67%25.88%-
HSV(B)205.91º80%43.14%-
XYZ5.465.9315.61-
YUV61.38155.4499.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=10.78%
G=35.29%
B=53.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22721100.80.3500.57205.9166.6725.88
Hex16486E5023039ce431a
Octal261101561204307131610332
Binary10110100100011011101010000100011011100111001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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