#193B5A

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

Shades of Regal Blue #193B5A

Tints of Regal Blue #193B5A

Color information

#193B5A (or 0x193B5A) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 5A. RGB value is (25,59,90). Sum of RGB (Red+Green+Blue) = 25+59+90=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #193B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5A is #E6C4A5. Grayscale: #343434. Windows color (decimal): -15123622 or 5913369. OLE color: 5913369.

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

Color convert

RGB255990-
CMYK0.720.3400.65
HSL208.62º56.52%22.55%-
HSV(B)208.62º72.22%35.29%-
XYZ3.814.0710.26-
YUV52.37149.24108.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=14.37%
G=33.91%
B=51.72%

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
Decimal2559900.720.3400.65208.6256.5222.55
Hex193B5A4822041d13917
Octal31731321104201013217127
Binary1100111101110110101001000100010010000011101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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