Html Css Color HEX #163154 Regal Blue

📋 copy color: '#163154'

red 22 ◦ green 49 ◦ blue 84

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

Shades of Regal Blue #163154

Tints of Regal Blue #163154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 14.19%
G = 31.61%
B = 54.19%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163154 (or 0x163154) is known color: Regal Blue. HEX triplet: 16, 31 and 54. RGB value is (22,49,84). Sum of RGB (Red+Green+Blue) = 22+49+84=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #163154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163154 is #E9CEAB. Grayscale: #2C2C2C. Windows color (decimal): -15322796 or 5517590. OLE color: 5517590.

HSL color Cylindrical-coordinate representation of color #163154: hue angle of 213.87º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163154 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 49 84 -
CMYK 0.74 0.42 0 0.67
HSL 213.87º 0.58% 0.21% -
HSV(B) 213.87º 0.74% 0.33% -
XYZ 3.03 3.01 8.81 -
YUV 44.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 22 49 84 0.74 0.42 0 0.67 213.87 0.58 0.21
Hex 16 31 54 4A 2A 0 43 D6 3A 15
Octal 26 61 124 112 52 0 103 326 72 25
Binary 10110 110001 1010100 1001010 101010 0 1000011 11010110 111010 10101

Color Harmonies of #163154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163154

Black with #163154

Text Example


Text Example

White with #163154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163154; }

 p { color: rgb(22,49,84); }

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

background-color css

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

 a { background-color: rgb(22,49,84); }

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

border-color css

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

 span { border-color: rgb(22,49,84); }

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