#193E68

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

Shades of Regal Blue #193E68

Tints of Regal Blue #193E68

Color information

#193E68 (or 0x193E68) is unknown color: approx Regal Blue. HEX triplet: 19, 3E and 68. RGB value is (25,62,104). Sum of RGB (Red+Green+Blue) = 25+62+104=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #193E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E68 is #E6C197. Grayscale: #373737. Windows color (decimal): -15122840 or 6831641. OLE color: 6831641.

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

Color convert

RGB2562104-
CMYK0.760.4000.59
HSL211.9º61.24%25.29%-
HSV(B)211.9º75.96%40.78%-
XYZ4.624.6513.75-
YUV55.72155.24106.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=13.09%
G=32.46%
B=54.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25621040.760.4000.59211.961.2425.29
Hex193E684C2803Bd43d19
Octal3176150114500733247531
Binary110011111101101000100110010100001110111101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,62,104); }

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

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

 a { background-color: rgb(25,62,104); }

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

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

 span { border-color: rgb(25,62,104); }

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