Html Css Color HEX #163850 Regal Blue

📋 copy color: '#163850'

red 22 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #163850

Tints of Regal Blue #163850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 13.92%
G = 35.44%
B = 50.63%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#163850 (or 0x163850) is known color: Regal Blue. HEX triplet: 16, 38 and 50. RGB value is (22,56,80). Sum of RGB (Red+Green+Blue) = 22+56+80=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #163850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163850 is #E9C7AF. Grayscale: #303030. Windows color (decimal): -15321008 or 5257238. OLE color: 5257238.

HSL color Cylindrical-coordinate representation of color #163850: hue angle of 204.83º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163850 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 56 80 -
CMYK 0.72 0.30 0 0.69
HSL 204.83º 0.57% 0.2% -
HSV(B) 204.83º 0.73% 0.31% -
XYZ 3.19 3.58 8.11 -
YUV 48.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 22 56 80 0.72 0.30 0 0.69 204.83 0.57 0.2
Hex 16 38 50 48 1E 0 45 CD 39 14
Octal 26 70 120 110 36 0 105 315 71 24
Binary 10110 111000 1010000 1001000 11110 0 1000101 11001101 111001 10100

Color Harmonies of #163850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163850

Black with #163850

Text Example


Text Example

White with #163850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163850; }

 p { color: rgb(22,56,80); }

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

background-color css

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

 a { background-color: rgb(22,56,80); }

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

border-color css

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

 span { border-color: rgb(22,56,80); }

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