#163981

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

Shades of Dark Cerulean #163981

Tints of Dark Cerulean #163981

Color information

#163981 (or 0x163981) is unknown color: approx Dark Cerulean. HEX triplet: 16, 39 and 81. RGB value is (22,57,129). Sum of RGB (Red+Green+Blue) = 22+57+129=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #163981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163981 is #E9C67E. Grayscale: #363636. Windows color (decimal): -15320703 or 8468758. OLE color: 8468758.

HSL color Cylindrical-coordinate representation of color #163981: hue angle of 220.37º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163981 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2257129-
CMYK0.830.5600.49
HSL220.37º70.86%29.61%-
HSV(B)220.37º82.95%50.59%-
XYZ5.764.6821.37-
YUV54.74169.9104.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 129 (50.78% from 255) = 62.02%
R=10.58%
G=27.40%
B=62.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22571290.830.5600.49220.3770.8629.61
Hex1639815338031dc471e
Octal26712011237006133410736
Binary10110111001100000011010011111000011000111011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163981; }

 p { color: rgb(22,57,129); }

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

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

 a { background-color: rgb(22,57,129); }

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

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

 span { border-color: rgb(22,57,129); }

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