Html Css Color HEX #163559 Regal Blue

📋 copy color: '#163559'

red 22 ◦ green 53 ◦ blue 89

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

Shades of Regal Blue #163559

Tints of Regal Blue #163559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

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

R = 13.41%
G = 32.32%
B = 54.27%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163559 (or 0x163559) is known color: Regal Blue. HEX triplet: 16, 35 and 59. RGB value is (22,53,89). Sum of RGB (Red+Green+Blue) = 22+53+89=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #163559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163559 is #E9CAA6. Grayscale: #2F2F2F. Windows color (decimal): -15321767 or 5846294. OLE color: 5846294.

HSL color Cylindrical-coordinate representation of color #163559: hue angle of 212.24º 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 #163559 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 53 89 -
CMYK 0.75 0.40 0 0.65
HSL 212.24º 0.6% 0.22% -
HSV(B) 212.24º 0.75% 0.35% -
XYZ 3.41 3.44 9.94 -
YUV 47.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 22 53 89 0.75 0.40 0 0.65 212.24 0.6 0.22
Hex 16 35 59 4B 28 0 41 D4 3C 16
Octal 26 65 131 113 50 0 101 324 74 26
Binary 10110 110101 1011001 1001011 101000 0 1000001 11010100 111100 10110

Color Harmonies of #163559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163559

Black with #163559

Text Example


Text Example

White with #163559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163559; }

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

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

background-color css

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

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

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

border-color css

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

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

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