Html Css Color HEX #163250 Regal Blue

📋 copy color: '#163250'

red 22 ◦ green 50 ◦ blue 80

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

Shades of Regal Blue #163250

Tints of Regal Blue #163250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 14.47%
G = 32.89%
B = 52.63%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#163250 (or 0x163250) is known color: Regal Blue. HEX triplet: 16, 32 and 50. RGB value is (22,50,80). Sum of RGB (Red+Green+Blue) = 22+50+80=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #163250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163250 is #E9CDAF. Grayscale: #2C2C2C. Windows color (decimal): -15322544 or 5255702. OLE color: 5255702.

HSL color Cylindrical-coordinate representation of color #163250: hue angle of 211.03º 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 #163250 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 50 80 -
CMYK 0.72 0.37 0 0.69
HSL 211.03º 0.57% 0.2% -
HSV(B) 211.03º 0.73% 0.31% -
XYZ 2.92 3.03 8.02 -
YUV 45.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 22 50 80 0.72 0.37 0 0.69 211.03 0.57 0.2
Hex 16 32 50 48 25 0 45 D3 39 14
Octal 26 62 120 110 45 0 105 323 71 24
Binary 10110 110010 1010000 1001000 100101 0 1000101 11010011 111001 10100

Color Harmonies of #163250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163250

Black with #163250

Text Example


Text Example

White with #163250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163250; }

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

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

background-color css

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

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

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

border-color css

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

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

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