#193A5A

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

Shades of Regal Blue #193A5A

Tints of Regal Blue #193A5A

Color information

#193A5A (or 0x193A5A) is unknown color: approx Regal Blue. HEX triplet: 19, 3A and 5A. RGB value is (25,58,90). Sum of RGB (Red+Green+Blue) = 25+58+90=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #193A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A5A is #E6C5A5. Grayscale: #333333. Windows color (decimal): -15123878 or 5913113. OLE color: 5913113.

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

Color convert

RGB255890-
CMYK0.720.3600.65
HSL209.54º56.52%22.55%-
HSV(B)209.54º72.22%35.29%-
XYZ3.763.9710.24-
YUV51.78149.57108.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=14.45%
G=33.53%
B=52.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2558900.720.3600.65209.5456.5222.55
Hex193A5A4824041d23917
Octal31721321104401013227127
Binary1100111101010110101001000100100010000011101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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