Html Css Color HEX #163E57 Regal Blue

📋 copy color: '#163E57'

red 22 ◦ green 62 ◦ blue 87

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

Shades of Regal Blue #163E57

Tints of Regal Blue #163E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.26%

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

R = 12.87%
G = 36.26%
B = 50.88%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163E57 (or 0x163E57) is known color: Regal Blue. HEX triplet: 16, 3E and 57. RGB value is (22,62,87). Sum of RGB (Red+Green+Blue) = 22+62+87=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #163E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E57 is #E9C1A8. Grayscale: #343434. Windows color (decimal): -15319465 or 5717526. OLE color: 5717526.

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

Color convert

RGB 22 62 87 -
CMYK 0.75 0.29 0 0.66
HSL 203.08º 0.6% 0.21% -
HSV(B) 203.08º 0.75% 0.34% -
XYZ 3.77 4.3 9.65 -
YUV 52.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 22 62 87 0.75 0.29 0 0.66 203.08 0.6 0.21
Hex 16 3E 57 4B 1D 0 42 CB 3C 15
Octal 26 76 127 113 35 0 102 313 74 25
Binary 10110 111110 1010111 1001011 11101 0 1000010 11001011 111100 10101

Color Harmonies of #163E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E57

Black with #163E57

Text Example


Text Example

White with #163E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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