Html Css Color HEX #163B51 Regal Blue

📋 copy color: '#163B51'

red 22 ◦ green 59 ◦ blue 81

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

Shades of Regal Blue #163B51

Tints of Regal Blue #163B51

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

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

R = 13.58%
G = 36.42%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#163B51 (or 0x163B51) is known color: Regal Blue. HEX triplet: 16, 3B and 51. RGB value is (22,59,81). Sum of RGB (Red+Green+Blue) = 22+59+81=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #163B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B51 is #E9C4AE. Grayscale: #323232. Windows color (decimal): -15320239 or 5323542. OLE color: 5323542.

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

Color convert

RGB 22 59 81 -
CMYK 0.73 0.27 0 0.68
HSL 202.37º 0.57% 0.2% -
HSV(B) 202.37º 0.73% 0.32% -
XYZ 3.38 3.89 8.36 -
YUV 50.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 22 59 81 0.73 0.27 0 0.68 202.37 0.57 0.2
Hex 16 3B 51 49 1B 0 44 CA 39 14
Octal 26 73 121 111 33 0 104 312 71 24
Binary 10110 111011 1010001 1001001 11011 0 1000100 11001010 111001 10100

Color Harmonies of #163B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B51

Black with #163B51

Text Example


Text Example

White with #163B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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