#163D78

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

Shades of Dark Cerulean #163D78

Tints of Dark Cerulean #163D78

Color information

#163D78 (or 0x163D78) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3D and 78. RGB value is (22,61,120). Sum of RGB (Red+Green+Blue) = 22+61+120=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #163D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D78 is #E9C287. Grayscale: #373737. Windows color (decimal): -15319688 or 7879958. OLE color: 7879958.

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

Color convert

RGB2261120-
CMYK0.820.4900.53
HSL216.12º69.01%27.84%-
HSV(B)216.12º81.67%47.06%-
XYZ5.394.8618.42-
YUV56.06164.08103.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=10.84%
G=30.05%
B=59.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22611200.820.4900.53216.1269.0127.84
Hex163D785231035d8451c
Octal26751701226106533010534
Binary1011011110111110001010010110001011010111011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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