Html Css Color HEX #163A6C Prussian Blue

📋 copy color: '#163A6C'

red 22 ◦ green 58 ◦ blue 108

#163A6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #163A6C

Tints of Prussian Blue #163A6C

RGB

 RED value IS 22 (8.98% from 255) = 11.7%

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 11.7%
G = 30.85%
B = 57.45%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#163A6C (or 0x163A6C) is known color: 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

RGB 22 58 108 -
CMYK 0.80 0.46 0 0.58
HSL 214.88º 0.66% 0.25% -
HSV(B) 214.88º 0.8% 0.42% -
XYZ 4.55 4.28 14.77 -
YUV 52.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 22 58 108 0.80 0.46 0 0.58 214.88 0.66 0.25
Hex 16 3A 6C 50 2E 0 3A D7 42 19
Octal 26 72 154 120 56 0 72 327 102 31
Binary 10110 111010 1101100 1010000 101110 0 111010 11010111 1000010 11001

Color Harmonies of #163A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A6C

Black with #163A6C

Text Example


Text Example

White with #163A6C

Text Example


Text Example

HTML Codes & Css Web 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>