Html Css Color HEX #163459 Regal Blue

📋 copy color: '#163459'

red 22 ◦ green 52 ◦ blue 89

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

Shades of Regal Blue #163459

Tints of Regal Blue #163459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 13.5%
G = 31.9%
B = 54.6%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163459 (or 0x163459) is known color: Regal Blue. HEX triplet: 16, 34 and 59. RGB value is (22,52,89). Sum of RGB (Red+Green+Blue) = 22+52+89=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #163459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163459 is #E9CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15322023 or 5846038. OLE color: 5846038.

HSL color Cylindrical-coordinate representation of color #163459: hue angle of 213.13º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163459 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 52 89 -
CMYK 0.75 0.42 0 0.65
HSL 213.13º 0.6% 0.22% -
HSV(B) 213.13º 0.75% 0.35% -
XYZ 3.36 3.35 9.92 -
YUV 47.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 22 52 89 0.75 0.42 0 0.65 213.13 0.6 0.22
Hex 16 34 59 4B 2A 0 41 D5 3C 16
Octal 26 64 131 113 52 0 101 325 74 26
Binary 10110 110100 1011001 1001011 101010 0 1000001 11010101 111100 10110

Color Harmonies of #163459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163459

Black with #163459

Text Example


Text Example

White with #163459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163459; }

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

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

background-color css

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

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

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

border-color css

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

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

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