Html Css Color HEX #163B5D Regal Blue

📋 copy color: '#163B5D'

red 22 ◦ green 59 ◦ blue 93

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

Shades of Regal Blue #163B5D

Tints of Regal Blue #163B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 12.64%
G = 33.91%
B = 53.45%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#163B5D (or 0x163B5D) is known color: Regal Blue. HEX triplet: 16, 3B and 5D. RGB value is (22,59,93). Sum of RGB (Red+Green+Blue) = 22+59+93=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #163B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B5D is #E9C4A2. Grayscale: #333333. Windows color (decimal): -15320227 or 6109974. OLE color: 6109974.

HSL color Cylindrical-coordinate representation of color #163B5D: hue angle of 208.73º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163B5D is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 59 93 -
CMYK 0.76 0.37 0 0.64
HSL 208.73º 0.62% 0.23% -
HSV(B) 208.73º 0.76% 0.36% -
XYZ 3.87 4.09 10.94 -
YUV 51.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 22 59 93 0.76 0.37 0 0.64 208.73 0.62 0.23
Hex 16 3B 5D 4C 25 0 40 D1 3E 17
Octal 26 73 135 114 45 0 100 321 76 27
Binary 10110 111011 1011101 1001100 100101 0 1000000 11010001 111110 10111

Color Harmonies of #163B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B5D

Black with #163B5D

Text Example


Text Example

White with #163B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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