#163855

Color #163855 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #163855

Tints of Regal Blue #163855

Color information

#163855 (or 0x163855) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 55. RGB value is (22,56,85). Sum of RGB (Red+Green+Blue) = 22+56+85=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #163855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163855 is #E9C7AA. Grayscale: #303030. Windows color (decimal): -15321003 or 5584918. OLE color: 5584918.

HSL color Cylindrical-coordinate representation of color #163855: hue angle of 207.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163855 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225685-
CMYK0.740.3400.67
HSL207.62º58.88%20.98%-
HSV(B)207.62º74.12%33.33%-
XYZ3.383.659.12-
YUV49.14148.24108.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=13.50%
G=34.36%
B=52.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2256850.740.3400.67207.6258.8820.98
Hex1638554A22043d03b15
Octal26701251124201033207325
Binary1011011100010101011001010100010010000111101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163855; }

 p { color: rgb(22,56,85); }

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

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

 a { background-color: rgb(22,56,85); }

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

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

 span { border-color: rgb(22,56,85); }

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