#163E7F

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

Shades of Dark Cerulean #163E7F

Tints of Dark Cerulean #163E7F

Color information

#163E7F (or 0x163E7F) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 7F. RGB value is (22,62,127). Sum of RGB (Red+Green+Blue) = 22+62+127=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #163E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E7F is #E9C180. Grayscale: #393939. Windows color (decimal): -15319425 or 8338966. OLE color: 8338966.

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

Color convert

RGB2262127-
CMYK0.830.5100.50
HSL217.14º70.47%29.22%-
HSV(B)217.14º82.68%49.8%-
XYZ5.885.1520.76-
YUV57.45167.25102.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 127 (50% from 255) = 60.19%
R=10.43%
G=29.38%
B=60.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22621270.830.5100.50217.1470.4729.22
Hex163E7F5333032d9461d
Octal26761771236306233110635
Binary1011011111011111111010011110011011001011011001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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