Html Css Color HEX #163956 Regal Blue

📋 copy color: '#163956'

red 22 ◦ green 57 ◦ blue 86

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

Shades of Regal Blue #163956

Tints of Regal Blue #163956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

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

R = 13.33%
G = 34.55%
B = 52.12%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163956 (or 0x163956) is known color: Regal Blue. HEX triplet: 16, 39 and 56. RGB value is (22,57,86). Sum of RGB (Red+Green+Blue) = 22+57+86=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #163956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163956 is #E9C6A9. Grayscale: #313131. Windows color (decimal): -15320746 or 5650710. OLE color: 5650710.

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

Color convert

RGB 22 57 86 -
CMYK 0.74 0.34 0 0.66
HSL 207.19º 0.59% 0.21% -
HSV(B) 207.19º 0.74% 0.34% -
XYZ 3.47 3.77 9.35 -
YUV 49.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 22 57 86 0.74 0.34 0 0.66 207.19 0.59 0.21
Hex 16 39 56 4A 22 0 42 CF 3B 15
Octal 26 71 126 112 42 0 102 317 73 25
Binary 10110 111001 1010110 1001010 100010 0 1000010 11001111 111011 10101

Color Harmonies of #163956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163956

Black with #163956

Text Example


Text Example

White with #163956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163956; }

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

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

background-color css

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

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

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

border-color css

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

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

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