Html Css Color HEX #163C5E Regal Blue

📋 copy color: '#163C5E'

red 22 ◦ green 60 ◦ blue 94

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

Shades of Regal Blue #163C5E

Tints of Regal Blue #163C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 12.5%
G = 34.09%
B = 53.41%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#163C5E (or 0x163C5E) is known color: Regal Blue. HEX triplet: 16, 3C and 5E. RGB value is (22,60,94). Sum of RGB (Red+Green+Blue) = 22+60+94=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #163C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C5E is #E9C3A1. Grayscale: #343434. Windows color (decimal): -15319970 or 6175766. OLE color: 6175766.

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

Color convert

RGB 22 60 94 -
CMYK 0.77 0.36 0 0.63
HSL 208.33º 0.62% 0.23% -
HSV(B) 208.33º 0.77% 0.37% -
XYZ 3.97 4.21 11.19 -
YUV 52.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 22 60 94 0.77 0.36 0 0.63 208.33 0.62 0.23
Hex 16 3C 5E 4D 24 0 3F D0 3E 17
Octal 26 74 136 115 44 0 77 320 76 27
Binary 10110 111100 1011110 1001101 100100 0 111111 11010000 111110 10111

Color Harmonies of #163C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C5E

Black with #163C5E

Text Example


Text Example

White with #163C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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