Html Css Color HEX #163D54 Regal Blue

📋 copy color: '#163D54'

red 22 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #163D54

Tints of Regal Blue #163D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 13.17%
G = 36.53%
B = 50.3%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163D54 (or 0x163D54) is known color: Regal Blue. HEX triplet: 16, 3D and 54. RGB value is (22,61,84). Sum of RGB (Red+Green+Blue) = 22+61+84=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #163D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D54 is #E9C2AB. Grayscale: #333333. Windows color (decimal): -15319724 or 5520662. OLE color: 5520662.

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

Color convert

RGB 22 61 84 -
CMYK 0.74 0.27 0 0.67
HSL 202.26º 0.58% 0.21% -
HSV(B) 202.26º 0.74% 0.33% -
XYZ 3.6 4.15 9 -
YUV 51.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 22 61 84 0.74 0.27 0 0.67 202.26 0.58 0.21
Hex 16 3D 54 4A 1B 0 43 CA 3A 15
Octal 26 75 124 112 33 0 103 312 72 25
Binary 10110 111101 1010100 1001010 11011 0 1000011 11001010 111010 10101

Color Harmonies of #163D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D54

Black with #163D54

Text Example


Text Example

White with #163D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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