#163A6C

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

Shades of Prussian Blue #163A6C

Tints of Prussian Blue #163A6C

Color information

#163A6C (or 0x163A6C) is unknown color: approx Prussian Blue. HEX triplet: 16, 3A and 6C. RGB value is (22,58,108). Sum of RGB (Red+Green+Blue) = 22+58+108=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #163A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A6C is #E9C593. Grayscale: #343434. Windows color (decimal): -15320468 or 7092758. OLE color: 7092758.

HSL color Cylindrical-coordinate representation of color #163A6C: hue angle of 214.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163A6C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2258108-
CMYK0.800.4600.58
HSL214.88º66.15%25.49%-
HSV(B)214.88º79.63%42.35%-
XYZ4.554.2814.77-
YUV52.94159.07105.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=11.70%
G=30.85%
B=57.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22581080.800.4600.58214.8866.1525.49
Hex163A6C502E03Ad74219
Octal26721541205607232710231
Binary1011011101011011001010000101110011101011010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,58,108); }

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

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

 a { background-color: rgb(22,58,108); }

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

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

 span { border-color: rgb(22,58,108); }

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