Html Css Color HEX #163861 Regal Blue

📋 copy color: '#163861'

red 22 ◦ green 56 ◦ blue 97

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

Shades of Regal Blue #163861

Tints of Regal Blue #163861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 12.57%
G = 32%
B = 55.43%

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

#163861 (or 0x163861) is known color: Regal Blue. HEX triplet: 16, 38 and 61. RGB value is (22,56,97). Sum of RGB (Red+Green+Blue) = 22+56+97=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #163861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163861 is #E9C79E. Grayscale: #323232. Windows color (decimal): -15320991 or 6371350. OLE color: 6371350.

HSL color Cylindrical-coordinate representation of color #163861: hue angle of 212.8º 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 #163861 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 56 97 -
CMYK 0.77 0.42 0 0.62
HSL 212.8º 0.63% 0.23% -
HSV(B) 212.8º 0.77% 0.38% -
XYZ 3.9 3.86 11.85 -
YUV 50.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 22 56 97 0.77 0.42 0 0.62 212.8 0.63 0.23
Hex 16 38 61 4D 2A 0 3E D5 3F 17
Octal 26 70 141 115 52 0 76 325 77 27
Binary 10110 111000 1100001 1001101 101010 0 111110 11010101 111111 10111

Color Harmonies of #163861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163861

Black with #163861

Text Example


Text Example

White with #163861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163861; }

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

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

background-color css

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

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

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

border-color css

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

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

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