Html Css Color HEX #163C54 Regal Blue

📋 copy color: '#163C54'

red 22 ◦ green 60 ◦ blue 84

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

Shades of Regal Blue #163C54

Tints of Regal Blue #163C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

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

R = 13.25%
G = 36.14%
B = 50.6%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163C54 (or 0x163C54) is known color: Regal Blue. HEX triplet: 16, 3C and 54. RGB value is (22,60,84). Sum of RGB (Red+Green+Blue) = 22+60+84=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #163C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C54 is #E9C3AB. Grayscale: #333333. Windows color (decimal): -15319980 or 5520406. OLE color: 5520406.

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

Color convert

RGB 22 60 84 -
CMYK 0.74 0.29 0 0.67
HSL 203.23º 0.58% 0.21% -
HSV(B) 203.23º 0.74% 0.33% -
XYZ 3.55 4.04 8.98 -
YUV 51.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 22 60 84 0.74 0.29 0 0.67 203.23 0.58 0.21
Hex 16 3C 54 4A 1D 0 43 CB 3A 15
Octal 26 74 124 112 35 0 103 313 72 25
Binary 10110 111100 1010100 1001010 11101 0 1000011 11001011 111010 10101

Color Harmonies of #163C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C54

Black with #163C54

Text Example


Text Example

White with #163C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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