#193D66

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

Shades of Regal Blue #193D66

Tints of Regal Blue #193D66

Color information

#193D66 (or 0x193D66) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 66. RGB value is (25,61,102). Sum of RGB (Red+Green+Blue) = 25+61+102=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #193D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D66 is #E6C299. Grayscale: #363636. Windows color (decimal): -15123098 or 6700313. OLE color: 6700313.

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

Color convert

RGB2561102-
CMYK0.750.4000.6
HSL211.95º60.63%24.9%-
HSV(B)211.95º75.49%40%-
XYZ4.474.513.2-
YUV54.91154.57106.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=13.30%
G=32.45%
B=54.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25611020.750.4000.6211.9560.6324.9
Hex193D664B2803Cd43d19
Octal3175146113500743247531
Binary110011111011100110100101110100001111001101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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