Html Css Color HEX #163551 Regal Blue

📋 copy color: '#163551'

red 22 ◦ green 53 ◦ blue 81

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

Shades of Regal Blue #163551

Tints of Regal Blue #163551

RGB

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

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

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

R = 14.1%
G = 33.97%
B = 51.92%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#163551 (or 0x163551) is known color: Regal Blue. HEX triplet: 16, 35 and 51. RGB value is (22,53,81). Sum of RGB (Red+Green+Blue) = 22+53+81=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #163551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163551 is #E9CAAE. Grayscale: #2E2E2E. Windows color (decimal): -15321775 or 5322006. OLE color: 5322006.

HSL color Cylindrical-coordinate representation of color #163551: hue angle of 208.47º 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 #163551 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 53 81 -
CMYK 0.73 0.35 0 0.68
HSL 208.47º 0.57% 0.2% -
HSV(B) 208.47º 0.73% 0.32% -
XYZ 3.09 3.31 8.26 -
YUV 46.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 22 53 81 0.73 0.35 0 0.68 208.47 0.57 0.2
Hex 16 35 51 49 23 0 44 D0 39 14
Octal 26 65 121 111 43 0 104 320 71 24
Binary 10110 110101 1010001 1001001 100011 0 1000100 11010000 111001 10100

Color Harmonies of #163551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163551

Black with #163551

Text Example


Text Example

White with #163551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163551; }

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

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

background-color css

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

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

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

border-color css

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

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

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