#193750

Color #193750 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #193750

Tints of Regal Blue #193750

Color information

#193750 (or 0x193750) is unknown color: approx Regal Blue. HEX triplet: 19, 37 and 50. RGB value is (25,55,80). Sum of RGB (Red+Green+Blue) = 25+55+80=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #193750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193750 is #E6C8AF. Grayscale: #303030. Windows color (decimal): -15124656 or 5256985. OLE color: 5256985.

HSL color Cylindrical-coordinate representation of color #193750: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193750 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255580-
CMYK0.690.3100.69
HSL207.27º52.38%20.59%-
HSV(B)207.27º68.75%31.37%-
XYZ3.223.528.1-
YUV48.88145.56110.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 80 (31.64% from 255) = 50%
R=15.62%
G=34.38%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2555800.690.3100.69207.2752.3820.59
Hex193750451F045cf3415
Octal31671201053701053176425
Binary110011101111010000100010111111010001011100111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193750; }

 p { color: rgb(25,55,80); }

 H1.HeaderClassName
 {
   color: #193750;
 }
 .AnyTagClassName
 {
   color: #193750;
 }
</style>
background-color css

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

 a { background-color: rgb(25,55,80); }

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

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

 span { border-color: rgb(25,55,80); }

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