#163E8C

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

Shades of Dark Cerulean #163E8C

Tints of Dark Cerulean #163E8C

Color information

#163E8C (or 0x163E8C) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 8C. RGB value is (22,62,140). Sum of RGB (Red+Green+Blue) = 22+62+140=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #163E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E8C is #E9C173. Grayscale: #3A3A3A. Windows color (decimal): -15319412 or 9190934. OLE color: 9190934.

HSL color Cylindrical-coordinate representation of color #163E8C: hue angle of 219.66º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163E8C is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2262140-
CMYK0.840.5600.45
HSL219.66º72.84%31.76%-
HSV(B)219.66º84.29%54.9%-
XYZ6.795.5125.52-
YUV58.93173.75101.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 140 (55.08% from 255) = 62.5%
R=9.82%
G=27.68%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22621400.840.5600.45219.6672.8431.76
Hex163E8C543802Ddc4920
Octal26762141247005533411140
Binary101101111101000110010101001110000101101110111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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