#163E7C

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

Shades of Dark Cerulean #163E7C

Tints of Dark Cerulean #163E7C

Color information

#163E7C (or 0x163E7C) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 7C. RGB value is (22,62,124). Sum of RGB (Red+Green+Blue) = 22+62+124=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #163E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E7C is #E9C183. Grayscale: #383838. Windows color (decimal): -15319428 or 8142358. OLE color: 8142358.

HSL color Cylindrical-coordinate representation of color #163E7C: hue angle of 216.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E7C is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2262124-
CMYK0.820.500.51
HSL216.47º69.86%28.63%-
HSV(B)216.47º82.26%48.63%-
XYZ5.695.0719.75-
YUV57.11165.75102.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=10.58%
G=29.81%
B=59.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22621240.820.500.51216.4769.8628.63
Hex163E7C5232033d8461d
Octal26761741226206333010635
Binary1011011111011111001010010110010011001111011000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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