Html Css Color HEX #163951 Regal Blue

📋 copy color: '#163951'

red 22 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #163951

Tints of Regal Blue #163951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 13.75%
G = 35.63%
B = 50.63%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#163951 (or 0x163951) is known color: Regal Blue. HEX triplet: 16, 39 and 51. RGB value is (22,57,81). Sum of RGB (Red+Green+Blue) = 22+57+81=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #163951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163951 is #E9C6AE. Grayscale: #313131. Windows color (decimal): -15320751 or 5323030. OLE color: 5323030.

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

Color convert

RGB 22 57 81 -
CMYK 0.73 0.30 0 0.68
HSL 204.41º 0.57% 0.2% -
HSV(B) 204.41º 0.73% 0.32% -
XYZ 3.28 3.69 8.32 -
YUV 49.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 22 57 81 0.73 0.30 0 0.68 204.41 0.57 0.2
Hex 16 39 51 49 1E 0 44 CC 39 14
Octal 26 71 121 111 36 0 104 314 71 24
Binary 10110 111001 1010001 1001001 11110 0 1000100 11001100 111001 10100

Color Harmonies of #163951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163951

Black with #163951

Text Example


Text Example

White with #163951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163951; }

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

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

background-color css

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

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

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

border-color css

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

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

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