#193F66

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

Shades of Regal Blue #193F66

Tints of Regal Blue #193F66

Color information

#193F66 (or 0x193F66) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 66. RGB value is (25,63,102). Sum of RGB (Red+Green+Blue) = 25+63+102=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #193F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F66 is #E6C099. Grayscale: #373737. Windows color (decimal): -15122586 or 6700825. OLE color: 6700825.

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

Color convert

RGB2563102-
CMYK0.750.3800.6
HSL210.39º60.63%24.9%-
HSV(B)210.39º75.49%40%-
XYZ4.584.7213.24-
YUV56.08153.91105.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=13.16%
G=33.16%
B=53.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25631020.750.3800.6210.3960.6324.9
Hex193F664B2603Cd23d19
Octal3177146113460743227531
Binary110011111111100110100101110011001111001101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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