Html Css Color HEX #163A5D Regal Blue

📋 copy color: '#163A5D'

red 22 ◦ green 58 ◦ blue 93

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

Shades of Regal Blue #163A5D

Tints of Regal Blue #163A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

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

R = 12.72%
G = 33.53%
B = 53.76%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#163A5D (or 0x163A5D) is known color: Regal Blue. HEX triplet: 16, 3A and 5D. RGB value is (22,58,93). Sum of RGB (Red+Green+Blue) = 22+58+93=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #163A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5D is #E9C5A2. Grayscale: #333333. Windows color (decimal): -15320483 or 6109718. OLE color: 6109718.

HSL color Cylindrical-coordinate representation of color #163A5D: hue angle of 209.58º 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 #163A5D is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 58 93 -
CMYK 0.76 0.38 0 0.64
HSL 209.58º 0.62% 0.23% -
HSV(B) 209.58º 0.76% 0.36% -
XYZ 3.82 3.99 10.92 -
YUV 51.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 22 58 93 0.76 0.38 0 0.64 209.58 0.62 0.23
Hex 16 3A 5D 4C 26 0 40 D2 3E 17
Octal 26 72 135 114 46 0 100 322 76 27
Binary 10110 111010 1011101 1001100 100110 0 1000000 11010010 111110 10111

Color Harmonies of #163A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A5D

Black with #163A5D

Text Example


Text Example

White with #163A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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