#163E7D

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

Shades of Dark Cerulean #163E7D

Tints of Dark Cerulean #163E7D

Color information

#163E7D (or 0x163E7D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 7D. RGB value is (22,62,125). Sum of RGB (Red+Green+Blue) = 22+62+125=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #163E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E7D is #E9C182. Grayscale: #383838. Windows color (decimal): -15319427 or 8207894. OLE color: 8207894.

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

Color convert

RGB2262125-
CMYK0.820.5000.51
HSL216.7º70.07%28.82%-
HSV(B)216.7º82.4%49.02%-
XYZ5.765.120.08-
YUV57.22166.25102.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=10.53%
G=29.67%
B=59.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22621250.820.5000.51216.770.0728.82
Hex163E7D5232033d9461d
Octal26761751226206333110635
Binary1011011111011111011010010110010011001111011001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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