Html Css Color HEX #163B54 Regal Blue

📋 copy color: '#163B54'

red 22 ◦ green 59 ◦ blue 84

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

Shades of Regal Blue #163B54

Tints of Regal Blue #163B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

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

R = 13.33%
G = 35.76%
B = 50.91%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163B54 (or 0x163B54) is known color: Regal Blue. HEX triplet: 16, 3B and 54. RGB value is (22,59,84). Sum of RGB (Red+Green+Blue) = 22+59+84=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #163B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B54 is #E9C4AB. Grayscale: #323232. Windows color (decimal): -15320236 or 5520150. OLE color: 5520150.

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

Color convert

RGB 22 59 84 -
CMYK 0.74 0.30 0 0.67
HSL 204.19º 0.58% 0.21% -
HSV(B) 204.19º 0.74% 0.33% -
XYZ 3.5 3.94 8.96 -
YUV 50.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 22 59 84 0.74 0.30 0 0.67 204.19 0.58 0.21
Hex 16 3B 54 4A 1E 0 43 CC 3A 15
Octal 26 73 124 112 36 0 103 314 72 25
Binary 10110 111011 1010100 1001010 11110 0 1000011 11001100 111010 10101

Color Harmonies of #163B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B54

Black with #163B54

Text Example


Text Example

White with #163B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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