#193D63

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

Shades of Regal Blue #193D63

Tints of Regal Blue #193D63

Color information

#193D63 (or 0x193D63) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 63. RGB value is (25,61,99). Sum of RGB (Red+Green+Blue) = 25+61+99=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #193D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D63 is #E6C29C. Grayscale: #363636. Windows color (decimal): -15123101 or 6503705. OLE color: 6503705.

HSL color Cylindrical-coordinate representation of color #193D63: hue angle of 210.81º 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 #193D63 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB256199-
CMYK0.750.3800.61
HSL210.81º59.68%24.31%-
HSV(B)210.81º74.75%38.82%-
XYZ4.324.4512.43-
YUV54.57153.07106.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=13.51%
G=32.97%
B=53.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2561990.750.3800.61210.8159.6824.31
Hex193D634B2603Dd33c18
Octal3175143113460753237430
Binary110011111011100011100101110011001111011101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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