#163A79

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

Shades of Dark Cerulean #163A79

Tints of Dark Cerulean #163A79

Color information

#163A79 (or 0x163A79) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3A and 79. RGB value is (22,58,121). Sum of RGB (Red+Green+Blue) = 22+58+121=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #163A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A79 is #E9C586. Grayscale: #363636. Windows color (decimal): -15320455 or 7944726. OLE color: 7944726.

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

Color convert

RGB2258121-
CMYK0.820.5200.53
HSL218.18º69.23%28.04%-
HSV(B)218.18º81.82%47.45%-
XYZ5.34.5818.69-
YUV54.42165.57104.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=10.95%
G=28.86%
B=60.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22581210.820.5200.53218.1869.2328.04
Hex163A795234035da451c
Octal26721711226406533210534
Binary1011011101011110011010010110100011010111011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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