#193A5C

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

Shades of Regal Blue #193A5C

Tints of Regal Blue #193A5C

Color information

#193A5C (or 0x193A5C) is unknown color: approx Regal Blue. HEX triplet: 19, 3A and 5C. RGB value is (25,58,92). Sum of RGB (Red+Green+Blue) = 25+58+92=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #193A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A5C is #E6C5A3. Grayscale: #333333. Windows color (decimal): -15123876 or 6044185. OLE color: 6044185.

HSL color Cylindrical-coordinate representation of color #193A5C: hue angle of 210.45º 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 #193A5C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB255892-
CMYK0.730.3700.64
HSL210.45º57.26%22.94%-
HSV(B)210.45º72.83%36.08%-
XYZ3.854.0110.7-
YUV52.01150.57108.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=14.29%
G=33.14%
B=52.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2558920.730.3700.64210.4557.2622.94
Hex193A5C4925040d23917
Octal31721341114501003227127
Binary1100111101010111001001001100101010000001101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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