Html Css Color HEX #163151 Regal Blue

📋 copy color: '#163151'

red 22 ◦ green 49 ◦ blue 81

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

Shades of Regal Blue #163151

Tints of Regal Blue #163151

RGB

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

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

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

R = 14.47%
G = 32.24%
B = 53.29%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#163151 (or 0x163151) is known color: Regal Blue. HEX triplet: 16, 31 and 51. RGB value is (22,49,81). Sum of RGB (Red+Green+Blue) = 22+49+81=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #163151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163151 is #E9CEAE. Grayscale: #2C2C2C. Windows color (decimal): -15322799 or 5320982. OLE color: 5320982.

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

Color convert

RGB 22 49 81 -
CMYK 0.73 0.40 0 0.68
HSL 212.54º 0.57% 0.2% -
HSV(B) 212.54º 0.73% 0.32% -
XYZ 2.91 2.96 8.2 -
YUV 44.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 22 49 81 0.73 0.40 0 0.68 212.54 0.57 0.2
Hex 16 31 51 49 28 0 44 D5 39 14
Octal 26 61 121 111 50 0 104 325 71 24
Binary 10110 110001 1010001 1001001 101000 0 1000100 11010101 111001 10100

Color Harmonies of #163151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163151

Black with #163151

Text Example


Text Example

White with #163151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163151; }

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

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

background-color css

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

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

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

border-color css

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

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

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