#193D69

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

Shades of Regal Blue #193D69

Tints of Regal Blue #193D69

Color information

#193D69 (or 0x193D69) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 69. RGB value is (25,61,105). Sum of RGB (Red+Green+Blue) = 25+61+105=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #193D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D69 is #E6C296. Grayscale: #373737. Windows color (decimal): -15123095 or 6896921. OLE color: 6896921.

HSL color Cylindrical-coordinate representation of color #193D69: hue angle of 213º degrees, saturation: 0.62, 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 #193D69 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2561105-
CMYK0.760.4200.59
HSL213º61.54%25.49%-
HSV(B)213º76.19%41.18%-
XYZ4.624.5614-
YUV55.25156.07106.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=13.09%
G=31.94%
B=54.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25611050.760.4200.5921361.5425.49
Hex193D694C2A03Bd53e19
Octal3175151114520733257631
Binary110011111011101001100110010101001110111101010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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