Html Css Color HEX #163860 Regal Blue

📋 copy color: '#163860'

red 22 ◦ green 56 ◦ blue 96

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

Shades of Regal Blue #163860

Tints of Regal Blue #163860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 12.64%
G = 32.18%
B = 55.17%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163860 (or 0x163860) is known color: Regal Blue. HEX triplet: 16, 38 and 60. RGB value is (22,56,96). Sum of RGB (Red+Green+Blue) = 22+56+96=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #163860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163860 is #E9C79F. Grayscale: #323232. Windows color (decimal): -15320992 or 6305814. OLE color: 6305814.

HSL color Cylindrical-coordinate representation of color #163860: hue angle of 212.43º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163860 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 56 96 -
CMYK 0.77 0.42 0 0.62
HSL 212.43º 0.63% 0.23% -
HSV(B) 212.43º 0.77% 0.38% -
XYZ 3.86 3.84 11.6 -
YUV 50.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 22 56 96 0.77 0.42 0 0.62 212.43 0.63 0.23
Hex 16 38 60 4D 2A 0 3E D4 3F 17
Octal 26 70 140 115 52 0 76 324 77 27
Binary 10110 111000 1100000 1001101 101010 0 111110 11010100 111111 10111

Color Harmonies of #163860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163860

Black with #163860

Text Example


Text Example

White with #163860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163860; }

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

 H1.HeaderClassName
 {
   color: #163860;
 }
 .AnyTagClassName
 {
   color: #163860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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