#163778

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

Shades of Dark Cerulean #163778

Tints of Dark Cerulean #163778

Color information

#163778 (or 0x163778) is unknown color: approx Dark Cerulean. HEX triplet: 16, 37 and 78. RGB value is (22,55,120). Sum of RGB (Red+Green+Blue) = 22+55+120=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #163778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163778 is #E9C887. Grayscale: #343434. Windows color (decimal): -15321224 or 7878422. OLE color: 7878422.

HSL color Cylindrical-coordinate representation of color #163778: hue angle of 219.8º 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 #163778 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2255120-
CMYK0.820.5400.53
HSL219.8º69.01%27.84%-
HSV(B)219.8º81.67%47.06%-
XYZ5.094.2618.32-
YUV52.54166.07106.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=11.17%
G=27.92%
B=60.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22551200.820.5400.53219.869.0127.84
Hex1637785236035dc451c
Octal26671701226606533410534
Binary1011011011111110001010010110110011010111011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163778; }

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

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

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

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

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

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

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

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