Html Css Color HEX #163863 Regal Blue

📋 copy color: '#163863'

red 22 ◦ green 56 ◦ blue 99

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

Shades of Regal Blue #163863

Tints of Regal Blue #163863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 12.43%
G = 31.64%
B = 55.93%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163863 (or 0x163863) is known color: Regal Blue. HEX triplet: 16, 38 and 63. RGB value is (22,56,99). Sum of RGB (Red+Green+Blue) = 22+56+99=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #163863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163863 is #E9C79C. Grayscale: #323232. Windows color (decimal): -15320989 or 6502422. OLE color: 6502422.

HSL color Cylindrical-coordinate representation of color #163863: hue angle of 213.51º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163863 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 56 99 -
CMYK 0.78 0.43 0 0.61
HSL 213.51º 0.64% 0.24% -
HSV(B) 213.51º 0.78% 0.39% -
XYZ 4 3.9 12.35 -
YUV 50.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 22 56 99 0.78 0.43 0 0.61 213.51 0.64 0.24
Hex 16 38 63 4E 2B 0 3D D6 40 18
Octal 26 70 143 116 53 0 75 326 100 30
Binary 10110 111000 1100011 1001110 101011 0 111101 11010110 1000000 11000

Color Harmonies of #163863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163863

Black with #163863

Text Example


Text Example

White with #163863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163863; }

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

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

background-color css

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

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

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

border-color css

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

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

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