#193A58

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

Shades of Regal Blue #193A58

Tints of Regal Blue #193A58

Color information

#193A58 (or 0x193A58) is unknown color: approx Regal Blue. HEX triplet: 19, 3A and 58. RGB value is (25,58,88). Sum of RGB (Red+Green+Blue) = 25+58+88=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #193A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A58 is #E6C5A7. Grayscale: #333333. Windows color (decimal): -15123880 or 5782041. OLE color: 5782041.

HSL color Cylindrical-coordinate representation of color #193A58: hue angle of 208.57º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193A58 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255888-
CMYK0.720.3400.65
HSL208.57º55.75%22.16%-
HSV(B)208.57º71.59%34.51%-
XYZ3.683.949.8-
YUV51.55148.57109.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=14.62%
G=33.92%
B=51.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2558880.720.3400.65208.5755.7522.16
Hex193A584822041d13816
Octal31721301104201013217026
Binary1100111101010110001001000100010010000011101000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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