Html Css Color HEX #163E56 Regal Blue

📋 copy color: '#163E56'

red 22 ◦ green 62 ◦ blue 86

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

Shades of Regal Blue #163E56

Tints of Regal Blue #163E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.47%

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

R = 12.94%
G = 36.47%
B = 50.59%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#163E56 (or 0x163E56) is known color: Regal Blue. HEX triplet: 16, 3E and 56. RGB value is (22,62,86). Sum of RGB (Red+Green+Blue) = 22+62+86=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #163E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E56 is #E9C1A9. Grayscale: #343434. Windows color (decimal): -15319466 or 5651990. OLE color: 5651990.

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

Color convert

RGB 22 62 86 -
CMYK 0.74 0.28 0 0.66
HSL 202.5º 0.59% 0.21% -
HSV(B) 202.5º 0.74% 0.34% -
XYZ 3.73 4.29 9.43 -
YUV 52.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 22 62 86 0.74 0.28 0 0.66 202.5 0.59 0.21
Hex 16 3E 56 4A 1C 0 42 CA 3B 15
Octal 26 76 126 112 34 0 102 312 73 25
Binary 10110 111110 1010110 1001010 11100 0 1000010 11001010 111011 10101

Color Harmonies of #163E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E56

Black with #163E56

Text Example


Text Example

White with #163E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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