#193B58

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

Shades of Regal Blue #193B58

Tints of Regal Blue #193B58

Color information

#193B58 (or 0x193B58) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 58. RGB value is (25,59,88). Sum of RGB (Red+Green+Blue) = 25+59+88=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #193B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B58 is #E6C4A7. Grayscale: #333333. Windows color (decimal): -15123624 or 5782297. OLE color: 5782297.

HSL color Cylindrical-coordinate representation of color #193B58: hue angle of 207.62º 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 #193B58 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255988-
CMYK0.720.3300.65
HSL207.62º55.75%22.16%-
HSV(B)207.62º71.59%34.51%-
XYZ3.734.049.82-
YUV52.14148.24108.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=14.53%
G=34.30%
B=51.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2559880.720.3300.65207.6255.7522.16
Hex193B584821041d03816
Octal31731301104101013207026
Binary1100111101110110001001000100001010000011101000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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