#163F87

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

Shades of Dark Cerulean #163F87

Tints of Dark Cerulean #163F87

Color information

#163F87 (or 0x163F87) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3F and 87. RGB value is (22,63,135). Sum of RGB (Red+Green+Blue) = 22+63+135=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #163F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F87 is #E9C078. Grayscale: #3A3A3A. Windows color (decimal): -15319161 or 8863510. OLE color: 8863510.

HSL color Cylindrical-coordinate representation of color #163F87: hue angle of 218.23º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163F87 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2263135-
CMYK0.840.5300.47
HSL218.23º71.97%30.78%-
HSV(B)218.23º83.7%52.94%-
XYZ6.485.4723.64-
YUV58.95170.92101.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 135 (53.12% from 255) = 61.36%
R=10%
G=28.64%
B=61.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22631350.840.5300.47218.2371.9730.78
Hex163F87543502Fda481f
Octal26772071246505733211037
Binary10110111111100001111010100110101010111111011010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,63,135); }

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

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

 a { background-color: rgb(22,63,135); }

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

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

 span { border-color: rgb(22,63,135); }

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