#193E56

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

Shades of Regal Blue #193E56

Tints of Regal Blue #193E56

Color information

#193E56 (or 0x193E56) is unknown color: approx Regal Blue. HEX triplet: 19, 3E and 56. RGB value is (25,62,86). Sum of RGB (Red+Green+Blue) = 25+62+86=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #193E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E56 is #E6C1A9. Grayscale: #353535. Windows color (decimal): -15122858 or 5651993. OLE color: 5651993.

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

Color convert

RGB256286-
CMYK0.710.2800.66
HSL203.61º54.95%21.76%-
HSV(B)203.61º70.93%33.73%-
XYZ3.84.329.44-
YUV53.67146.24107.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=14.45%
G=35.84%
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.66
SystemRedGreenBlueCMYKHSL
Decimal2562860.710.2800.66203.6154.9521.76
Hex193E56471C042cc3716
Octal31761261073401023146726
Binary110011111101010110100011111100010000101100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,62,86); }

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

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

 a { background-color: rgb(25,62,86); }

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

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

 span { border-color: rgb(25,62,86); }

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