Html Css Color HEX #163454 Regal Blue

📋 copy color: '#163454'

red 22 ◦ green 52 ◦ blue 84

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

Shades of Regal Blue #163454

Tints of Regal Blue #163454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 13.92%
G = 32.91%
B = 53.16%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163454 (or 0x163454) is known color: Regal Blue. HEX triplet: 16, 34 and 54. RGB value is (22,52,84). Sum of RGB (Red+Green+Blue) = 22+52+84=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #163454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163454 is #E9CBAB. Grayscale: #2E2E2E. Windows color (decimal): -15322028 or 5518358. OLE color: 5518358.

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

Color convert

RGB 22 52 84 -
CMYK 0.74 0.38 0 0.67
HSL 210.97º 0.58% 0.21% -
HSV(B) 210.97º 0.74% 0.33% -
XYZ 3.16 3.27 8.85 -
YUV 46.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 22 52 84 0.74 0.38 0 0.67 210.97 0.58 0.21
Hex 16 34 54 4A 26 0 43 D3 3A 15
Octal 26 64 124 112 46 0 103 323 72 25
Binary 10110 110100 1010100 1001010 100110 0 1000011 11010011 111010 10101

Color Harmonies of #163454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163454

Black with #163454

Text Example


Text Example

White with #163454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163454; }

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

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

background-color css

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

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

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

border-color css

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

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

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