Html Css Color HEX #163651 Regal Blue

📋 copy color: '#163651'

red 22 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #163651

Tints of Regal Blue #163651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 81 (32.03% from 255) = 51.59%

R = 14.01%
G = 34.39%
B = 51.59%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#163651 (or 0x163651) is known color: Regal Blue. HEX triplet: 16, 36 and 51. RGB value is (22,54,81). Sum of RGB (Red+Green+Blue) = 22+54+81=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #163651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163651 is #E9C9AE. Grayscale: #2F2F2F. Windows color (decimal): -15321519 or 5322262. OLE color: 5322262.

HSL color Cylindrical-coordinate representation of color #163651: hue angle of 207.46º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163651 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 54 81 -
CMYK 0.73 0.33 0 0.68
HSL 207.46º 0.57% 0.2% -
HSV(B) 207.46º 0.73% 0.32% -
XYZ 3.14 3.4 8.28 -
YUV 47.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 22 54 81 0.73 0.33 0 0.68 207.46 0.57 0.2
Hex 16 36 51 49 21 0 44 CF 39 14
Octal 26 66 121 111 41 0 104 317 71 24
Binary 10110 110110 1010001 1001001 100001 0 1000100 11001111 111001 10100

Color Harmonies of #163651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163651

Black with #163651

Text Example


Text Example

White with #163651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163651; }

 p { color: rgb(22,54,81); }

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

background-color css

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

 a { background-color: rgb(22,54,81); }

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

border-color css

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

 span { border-color: rgb(22,54,81); }

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