Html Css Color HEX #163553 Regal Blue

📋 copy color: '#163553'

red 22 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #163553

Tints of Regal Blue #163553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 13.92%
G = 33.54%
B = 52.53%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163553 (or 0x163553) is known color: Regal Blue. HEX triplet: 16, 35 and 53. RGB value is (22,53,83). Sum of RGB (Red+Green+Blue) = 22+53+83=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #163553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163553 is #E9CAAC. Grayscale: #2F2F2F. Windows color (decimal): -15321773 or 5453078. OLE color: 5453078.

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

Color convert

RGB 22 53 83 -
CMYK 0.73 0.36 0 0.67
HSL 209.51º 0.58% 0.21% -
HSV(B) 209.51º 0.73% 0.33% -
XYZ 3.17 3.34 8.66 -
YUV 47.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 22 53 83 0.73 0.36 0 0.67 209.51 0.58 0.21
Hex 16 35 53 49 24 0 43 D2 3A 15
Octal 26 65 123 111 44 0 103 322 72 25
Binary 10110 110101 1010011 1001001 100100 0 1000011 11010010 111010 10101

Color Harmonies of #163553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163553

Black with #163553

Text Example


Text Example

White with #163553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163553; }

 p { color: rgb(22,53,83); }

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

background-color css

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

 a { background-color: rgb(22,53,83); }

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

border-color css

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

 span { border-color: rgb(22,53,83); }

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