#163E78

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

Shades of Dark Cerulean #163E78

Tints of Dark Cerulean #163E78

Color information

#163E78 (or 0x163E78) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 78. RGB value is (22,62,120). Sum of RGB (Red+Green+Blue) = 22+62+120=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #163E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E78 is #E9C187. Grayscale: #383838. Windows color (decimal): -15319432 or 7880214. OLE color: 7880214.

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

Color convert

RGB2262120-
CMYK0.820.4800.53
HSL215.51º69.01%27.84%-
HSV(B)215.51º81.67%47.06%-
XYZ5.444.9718.44-
YUV56.65163.75103.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=10.78%
G=30.39%
B=58.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22621200.820.4800.53215.5169.0127.84
Hex163E785230035d8451c
Octal26761701226006533010534
Binary1011011111011110001010010110000011010111011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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