#193F63

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

Shades of Regal Blue #193F63

Tints of Regal Blue #193F63

Color information

#193F63 (or 0x193F63) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 63. RGB value is (25,63,99). Sum of RGB (Red+Green+Blue) = 25+63+99=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #193F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F63 is #E6C09C. Grayscale: #373737. Windows color (decimal): -15122589 or 6504217. OLE color: 6504217.

HSL color Cylindrical-coordinate representation of color #193F63: hue angle of 209.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193F63 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB256399-
CMYK0.750.3600.61
HSL209.19º59.68%24.31%-
HSV(B)209.19º74.75%38.82%-
XYZ4.434.6612.47-
YUV55.74152.41106.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=13.37%
G=33.69%
B=52.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2563990.750.3600.61209.1959.6824.31
Hex193F634B2403Dd13c18
Octal3177143113440753217430
Binary110011111111100011100101110010001111011101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193F63; }

 p { color: rgb(25,63,99); }

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

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

 a { background-color: rgb(25,63,99); }

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

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

 span { border-color: rgb(25,63,99); }

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