#193D55

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

Shades of Regal Blue #193D55

Tints of Regal Blue #193D55

Color information

#193D55 (or 0x193D55) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 55. RGB value is (25,61,85). Sum of RGB (Red+Green+Blue) = 25+61+85=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #193D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D55 is #E6C2AA. Grayscale: #343434. Windows color (decimal): -15123115 or 5586201. OLE color: 5586201.

HSL color Cylindrical-coordinate representation of color #193D55: hue angle of 204º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193D55 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256185-
CMYK0.710.2800.67
HSL204º54.55%21.57%-
HSV(B)204º70.59%33.33%-
XYZ3.714.29.21-
YUV52.97146.07108.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=14.62%
G=35.67%
B=49.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2561850.710.2800.6720454.5521.57
Hex193D55471C043cc3716
Octal31751251073401033146726
Binary110011111011010101100011111100010000111100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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