#163779

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

Shades of Dark Cerulean #163779

Tints of Dark Cerulean #163779

Color information

#163779 (or 0x163779) is unknown color: approx Dark Cerulean. HEX triplet: 16, 37 and 79. RGB value is (22,55,121). Sum of RGB (Red+Green+Blue) = 22+55+121=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #163779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163779 is #E9C886. Grayscale: #343434. Windows color (decimal): -15321223 or 7943958. OLE color: 7943958.

HSL color Cylindrical-coordinate representation of color #163779: hue angle of 220º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163779 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2255121-
CMYK0.820.5500.53
HSL220º69.23%28.04%-
HSV(B)220º81.82%47.45%-
XYZ5.154.2818.64-
YUV52.66166.57106.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=11.11%
G=27.78%
B=61.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22551210.820.5500.5322069.2328.04
Hex1637795237035dc451c
Octal26671711226706533410534
Binary1011011011111110011010010110111011010111011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163779; }

 p { color: rgb(22,55,121); }

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

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

 a { background-color: rgb(22,55,121); }

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

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

 span { border-color: rgb(22,55,121); }

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