#163775

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

Shades of Dark Cerulean #163775

Tints of Dark Cerulean #163775

Color information

#163775 (or 0x163775) is unknown color: approx Dark Cerulean. HEX triplet: 16, 37 and 75. RGB value is (22,55,117). Sum of RGB (Red+Green+Blue) = 22+55+117=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #163775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163775 is #E9C88A. Grayscale: #333333. Windows color (decimal): -15321227 or 7681814. OLE color: 7681814.

HSL color Cylindrical-coordinate representation of color #163775: hue angle of 219.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163775 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2255117-
CMYK0.810.5300.54
HSL219.16º68.35%27.25%-
HSV(B)219.16º81.2%45.88%-
XYZ4.914.1917.38-
YUV52.2164.57106.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=11.34%
G=28.35%
B=60.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22551170.810.5300.54219.1668.3527.25
Hex1637755135036db441b
Octal26671651216506633310433
Binary1011011011111101011010001110101011011011011011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163775; }

 p { color: rgb(22,55,117); }

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

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

 a { background-color: rgb(22,55,117); }

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

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

 span { border-color: rgb(22,55,117); }

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