Html Css Color HEX #163D56 Regal Blue

📋 copy color: '#163D56'

red 22 ◦ green 61 ◦ blue 86

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

Shades of Regal Blue #163D56

Tints of Regal Blue #163D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.09%

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

R = 13.02%
G = 36.09%
B = 50.89%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163D56 (or 0x163D56) is known color: Regal Blue. HEX triplet: 16, 3D and 56. RGB value is (22,61,86). Sum of RGB (Red+Green+Blue) = 22+61+86=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #163D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D56 is #E9C2A9. Grayscale: #343434. Windows color (decimal): -15319722 or 5651734. OLE color: 5651734.

HSL color Cylindrical-coordinate representation of color #163D56: hue angle of 203.44º 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 #163D56 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 61 86 -
CMYK 0.74 0.29 0 0.66
HSL 203.44º 0.59% 0.21% -
HSV(B) 203.44º 0.74% 0.34% -
XYZ 3.68 4.18 9.42 -
YUV 52.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 22 61 86 0.74 0.29 0 0.66 203.44 0.59 0.21
Hex 16 3D 56 4A 1D 0 42 CB 3B 15
Octal 26 75 126 112 35 0 102 313 73 25
Binary 10110 111101 1010110 1001010 11101 0 1000010 11001011 111011 10101

Color Harmonies of #163D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D56

Black with #163D56

Text Example


Text Example

White with #163D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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