Html Css Color HEX #163456 Regal Blue

📋 copy color: '#163456'

red 22 ◦ green 52 ◦ blue 86

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

Shades of Regal Blue #163456

Tints of Regal Blue #163456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 13.75%
G = 32.5%
B = 53.75%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163456 (or 0x163456) is known color: Regal Blue. HEX triplet: 16, 34 and 56. RGB value is (22,52,86). Sum of RGB (Red+Green+Blue) = 22+52+86=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #163456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163456 is #E9CBA9. Grayscale: #2E2E2E. Windows color (decimal): -15322026 or 5649430. OLE color: 5649430.

HSL color Cylindrical-coordinate representation of color #163456: hue angle of 211.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163456 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 52 86 -
CMYK 0.74 0.40 0 0.66
HSL 211.88º 0.59% 0.21% -
HSV(B) 211.88º 0.74% 0.34% -
XYZ 3.24 3.3 9.27 -
YUV 46.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 22 52 86 0.74 0.40 0 0.66 211.88 0.59 0.21
Hex 16 34 56 4A 28 0 42 D4 3B 15
Octal 26 64 126 112 50 0 102 324 73 25
Binary 10110 110100 1010110 1001010 101000 0 1000010 11010100 111011 10101

Color Harmonies of #163456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163456

Black with #163456

Text Example


Text Example

White with #163456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163456; }

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

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

background-color css

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

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

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

border-color css

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

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

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