#163E79

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

Shades of Dark Cerulean #163E79

Tints of Dark Cerulean #163E79

Color information

#163E79 (or 0x163E79) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 79. RGB value is (22,62,121). Sum of RGB (Red+Green+Blue) = 22+62+121=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #163E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E79 is #E9C186. Grayscale: #383838. Windows color (decimal): -15319431 or 7945750. OLE color: 7945750.

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

Color convert

RGB2262121-
CMYK0.820.4900.53
HSL215.76º69.23%28.04%-
HSV(B)215.76º81.82%47.45%-
XYZ5.5518.76-
YUV56.77164.25103.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=10.73%
G=30.24%
B=59.02%

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
Decimal22621210.820.4900.53215.7669.2328.04
Hex163E795231035d8451c
Octal26761711226106533010534
Binary1011011111011110011010010110001011010111011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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