#193D5A

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

Shades of Regal Blue #193D5A

Tints of Regal Blue #193D5A

Color information

#193D5A (or 0x193D5A) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 5A. RGB value is (25,61,90). Sum of RGB (Red+Green+Blue) = 25+61+90=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #193D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5A is #E6C2A5. Grayscale: #353535. Windows color (decimal): -15123110 or 5913881. OLE color: 5913881.

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

Color convert

RGB256190-
CMYK0.720.3200.65
HSL206.77º56.52%22.55%-
HSV(B)206.77º72.22%35.29%-
XYZ3.924.2810.29-
YUV53.54148.57107.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=14.20%
G=34.66%
B=51.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2561900.720.3200.65206.7756.5222.55
Hex193D5A4820041cf3917
Octal31751321104001013177127
Binary1100111110110110101001000100000010000011100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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