Html Css Color HEX #163954 Regal Blue

📋 copy color: '#163954'

red 22 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #163954

Tints of Regal Blue #163954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

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

R = 13.5%
G = 34.97%
B = 51.53%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163954 (or 0x163954) is known color: Regal Blue. HEX triplet: 16, 39 and 54. RGB value is (22,57,84). Sum of RGB (Red+Green+Blue) = 22+57+84=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #163954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163954 is #E9C6AB. Grayscale: #313131. Windows color (decimal): -15320748 or 5519638. OLE color: 5519638.

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

Color convert

RGB 22 57 84 -
CMYK 0.74 0.32 0 0.67
HSL 206.13º 0.58% 0.21% -
HSV(B) 206.13º 0.74% 0.33% -
XYZ 3.39 3.74 8.93 -
YUV 49.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 22 57 84 0.74 0.32 0 0.67 206.13 0.58 0.21
Hex 16 39 54 4A 20 0 43 CE 3A 15
Octal 26 71 124 112 40 0 103 316 72 25
Binary 10110 111001 1010100 1001010 100000 0 1000011 11001110 111010 10101

Color Harmonies of #163954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163954

Black with #163954

Text Example


Text Example

White with #163954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163954; }

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

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

background-color css

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

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

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

border-color css

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

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

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