Html Css Color HEX #163D57 Regal Blue

📋 copy color: '#163D57'

red 22 ◦ green 61 ◦ blue 87

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

Shades of Regal Blue #163D57

Tints of Regal Blue #163D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.88%

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

R = 12.94%
G = 35.88%
B = 51.18%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163D57 (or 0x163D57) is known color: Regal Blue. HEX triplet: 16, 3D and 57. RGB value is (22,61,87). Sum of RGB (Red+Green+Blue) = 22+61+87=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #163D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D57 is #E9C2A8. Grayscale: #343434. Windows color (decimal): -15319721 or 5717270. OLE color: 5717270.

HSL color Cylindrical-coordinate representation of color #163D57: hue angle of 204º 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 #163D57 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 61 87 -
CMYK 0.75 0.30 0 0.66
HSL 204º 0.6% 0.21% -
HSV(B) 204º 0.75% 0.34% -
XYZ 3.72 4.2 9.63 -
YUV 52.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 22 61 87 0.75 0.30 0 0.66 204 0.6 0.21
Hex 16 3D 57 4B 1E 0 42 CC 3C 15
Octal 26 75 127 113 36 0 102 314 74 25
Binary 10110 111101 1010111 1001011 11110 0 1000010 11001100 111100 10101

Color Harmonies of #163D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D57

Black with #163D57

Text Example


Text Example

White with #163D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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