Html Css Color HEX #163C5D Regal Blue

📋 copy color: '#163C5D'

red 22 ◦ green 60 ◦ blue 93

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

Shades of Regal Blue #163C5D

Tints of Regal Blue #163C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 12.57%
G = 34.29%
B = 53.14%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#163C5D (or 0x163C5D) is known color: Regal Blue. HEX triplet: 16, 3C and 5D. RGB value is (22,60,93). Sum of RGB (Red+Green+Blue) = 22+60+93=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #163C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C5D is #E9C3A2. Grayscale: #343434. Windows color (decimal): -15319971 or 6110230. OLE color: 6110230.

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

Color convert

RGB 22 60 93 -
CMYK 0.76 0.35 0 0.64
HSL 207.89º 0.62% 0.23% -
HSV(B) 207.89º 0.76% 0.36% -
XYZ 3.92 4.19 10.96 -
YUV 52.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 22 60 93 0.76 0.35 0 0.64 207.89 0.62 0.23
Hex 16 3C 5D 4C 23 0 40 D0 3E 17
Octal 26 74 135 114 43 0 100 320 76 27
Binary 10110 111100 1011101 1001100 100011 0 1000000 11010000 111110 10111

Color Harmonies of #163C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C5D

Black with #163C5D

Text Example


Text Example

White with #163C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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