Html Css Color HEX #163356 Regal Blue

📋 copy color: '#163356'

red 22 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #163356

Tints of Regal Blue #163356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.08%

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

R = 13.84%
G = 32.08%
B = 54.09%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163356 (or 0x163356) is known color: Regal Blue. HEX triplet: 16, 33 and 56. RGB value is (22,51,86). Sum of RGB (Red+Green+Blue) = 22+51+86=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #163356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163356 is #E9CCA9. Grayscale: #2E2E2E. Windows color (decimal): -15322282 or 5649174. OLE color: 5649174.

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

Color convert

RGB 22 51 86 -
CMYK 0.74 0.41 0 0.66
HSL 212.81º 0.59% 0.21% -
HSV(B) 212.81º 0.74% 0.34% -
XYZ 3.19 3.21 9.26 -
YUV 46.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 22 51 86 0.74 0.41 0 0.66 212.81 0.59 0.21
Hex 16 33 56 4A 29 0 42 D5 3B 15
Octal 26 63 126 112 51 0 102 325 73 25
Binary 10110 110011 1010110 1001010 101001 0 1000010 11010101 111011 10101

Color Harmonies of #163356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163356

Black with #163356

Text Example


Text Example

White with #163356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163356; }

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

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

background-color css

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

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

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

border-color css

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

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

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