Html Css Color HEX #163C57 Regal Blue

📋 copy color: '#163C57'

red 22 ◦ green 60 ◦ blue 87

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

Shades of Regal Blue #163C57

Tints of Regal Blue #163C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.48%

R = 13.02%
G = 35.5%
B = 51.48%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163C57 (or 0x163C57) is known color: Regal Blue. HEX triplet: 16, 3C and 57. RGB value is (22,60,87). Sum of RGB (Red+Green+Blue) = 22+60+87=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #163C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C57 is #E9C3A8. Grayscale: #333333. Windows color (decimal): -15319977 or 5717014. OLE color: 5717014.

HSL color Cylindrical-coordinate representation of color #163C57: hue angle of 204.92º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163C57 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 60 87 -
CMYK 0.75 0.31 0 0.66
HSL 204.92º 0.6% 0.21% -
HSV(B) 204.92º 0.75% 0.34% -
XYZ 3.67 4.09 9.61 -
YUV 51.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 22 60 87 0.75 0.31 0 0.66 204.92 0.6 0.21
Hex 16 3C 57 4B 1F 0 42 CD 3C 15
Octal 26 74 127 113 37 0 102 315 74 25
Binary 10110 111100 1010111 1001011 11111 0 1000010 11001101 111100 10101

Color Harmonies of #163C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C57

Black with #163C57

Text Example


Text Example

White with #163C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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