Html Css Color HEX #163E53 Regal Blue

📋 copy color: '#163E53'

red 22 ◦ green 62 ◦ blue 83

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

Shades of Regal Blue #163E53

Tints of Regal Blue #163E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 13.17%
G = 37.13%
B = 49.7%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163E53 (or 0x163E53) is known color: Regal Blue. HEX triplet: 16, 3E and 53. RGB value is (22,62,83). Sum of RGB (Red+Green+Blue) = 22+62+83=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #163E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E53 is #E9C1AC. Grayscale: #343434. Windows color (decimal): -15319469 or 5455382. OLE color: 5455382.

HSL color Cylindrical-coordinate representation of color #163E53: hue angle of 200.66º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163E53 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 62 83 -
CMYK 0.73 0.25 0 0.67
HSL 200.66º 0.58% 0.21% -
HSV(B) 200.66º 0.73% 0.33% -
XYZ 3.61 4.24 8.81 -
YUV 52.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 22 62 83 0.73 0.25 0 0.67 200.66 0.58 0.21
Hex 16 3E 53 49 19 0 43 C9 3A 15
Octal 26 76 123 111 31 0 103 311 72 25
Binary 10110 111110 1010011 1001001 11001 0 1000011 11001001 111010 10101

Color Harmonies of #163E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E53

Black with #163E53

Text Example


Text Example

White with #163E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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