Html Css Color HEX #163756 Regal Blue

📋 copy color: '#163756'

red 22 ◦ green 55 ◦ blue 86

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

Shades of Regal Blue #163756

Tints of Regal Blue #163756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

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

R = 13.5%
G = 33.74%
B = 52.76%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163756 (or 0x163756) is known color: Regal Blue. HEX triplet: 16, 37 and 56. RGB value is (22,55,86). Sum of RGB (Red+Green+Blue) = 22+55+86=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #163756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163756 is #E9C8A9. Grayscale: #303030. Windows color (decimal): -15321258 or 5650198. OLE color: 5650198.

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

Color convert

RGB 22 55 86 -
CMYK 0.74 0.36 0 0.66
HSL 209.06º 0.59% 0.21% -
HSV(B) 209.06º 0.74% 0.34% -
XYZ 3.38 3.57 9.32 -
YUV 48.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 22 55 86 0.74 0.36 0 0.66 209.06 0.59 0.21
Hex 16 37 56 4A 24 0 42 D1 3B 15
Octal 26 67 126 112 44 0 102 321 73 25
Binary 10110 110111 1010110 1001010 100100 0 1000010 11010001 111011 10101

Color Harmonies of #163756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163756

Black with #163756

Text Example


Text Example

White with #163756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163756; }

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

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

background-color css

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

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

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

border-color css

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

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

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