#163E6D

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

Shades of Dark Cerulean #163E6D

Tints of Dark Cerulean #163E6D

Color information

#163E6D (or 0x163E6D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 6D. RGB value is (22,62,109). Sum of RGB (Red+Green+Blue) = 22+62+109=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #163E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E6D is #E9C192. Grayscale: #373737. Windows color (decimal): -15319443 or 7159318. OLE color: 7159318.

HSL color Cylindrical-coordinate representation of color #163E6D: hue angle of 212.41º degrees, saturation: 0.66, 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 #163E6D is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2262109-
CMYK0.800.4300.57
HSL212.41º66.41%25.69%-
HSV(B)212.41º79.82%42.75%-
XYZ4.814.7215.13-
YUV55.4158.25104.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=11.40%
G=32.12%
B=56.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22621090.800.4300.57212.4166.4125.69
Hex163E6D502B039d4421a
Octal26761551205307132410232
Binary1011011111011011011010000101011011100111010100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163E6D; }

 p { color: rgb(22,62,109); }

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

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

 a { background-color: rgb(22,62,109); }

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

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

 span { border-color: rgb(22,62,109); }

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