#193B60

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

Shades of Regal Blue #193B60

Tints of Regal Blue #193B60

Color information

#193B60 (or 0x193B60) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 60. RGB value is (25,59,96). Sum of RGB (Red+Green+Blue) = 25+59+96=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #193B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B60 is #E6C49F. Grayscale: #343434. Windows color (decimal): -15123616 or 6306585. OLE color: 6306585.

HSL color Cylindrical-coordinate representation of color #193B60: hue angle of 211.27º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193B60 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255996-
CMYK0.740.3900.62
HSL211.27º58.68%23.73%-
HSV(B)211.27º73.96%37.65%-
XYZ4.084.1811.66-
YUV53.05152.24107.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=13.89%
G=32.78%
B=53.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2559960.740.3900.62211.2758.6823.73
Hex193B604A2703Ed33b18
Octal3173140112470763237330
Binary110011110111100000100101010011101111101101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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