#163685

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

Shades of Dark Cerulean #163685

Tints of Dark Cerulean #163685

Color information

#163685 (or 0x163685) is unknown color: approx Dark Cerulean. HEX triplet: 16, 36 and 85. RGB value is (22,54,133). Sum of RGB (Red+Green+Blue) = 22+54+133=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #163685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163685 is #E9C97A. Grayscale: #353535. Windows color (decimal): -15321467 or 8730134. OLE color: 8730134.

HSL color Cylindrical-coordinate representation of color #163685: hue angle of 222.7º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163685 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2254133-
CMYK0.830.5900.48
HSL222.7º71.61%30.39%-
HSV(B)222.7º83.46%52.16%-
XYZ5.884.522.75-
YUV53.44172.9105.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=10.53%
G=25.84%
B=63.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22541330.830.5900.48222.771.6130.39
Hex163685533B030df481e
Octal26662051237306033711036
Binary10110110110100001011010011111011011000011011111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163685; }

 p { color: rgb(22,54,133); }

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

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

 a { background-color: rgb(22,54,133); }

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

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

 span { border-color: rgb(22,54,133); }

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