#193D5C

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

Shades of Regal Blue #193D5C

Tints of Regal Blue #193D5C

Color information

#193D5C (or 0x193D5C) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 5C. RGB value is (25,61,92). Sum of RGB (Red+Green+Blue) = 25+61+92=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #193D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5C is #E6C2A3. Grayscale: #353535. Windows color (decimal): -15123108 or 6044953. OLE color: 6044953.

HSL color Cylindrical-coordinate representation of color #193D5C: hue angle of 207.76º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193D5C is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB256192-
CMYK0.730.3400.64
HSL207.76º57.26%22.94%-
HSV(B)207.76º72.83%36.08%-
XYZ44.3210.75-
YUV53.77149.57107.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=14.04%
G=34.27%
B=51.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2561920.730.3400.64207.7657.2622.94
Hex193D5C4922040d03917
Octal31751341114201003207127
Binary1100111110110111001001001100010010000001101000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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