#193C5B

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

Shades of Regal Blue #193C5B

Tints of Regal Blue #193C5B

Color information

#193C5B (or 0x193C5B) is unknown color: approx Regal Blue. HEX triplet: 19, 3C and 5B. RGB value is (25,60,91). Sum of RGB (Red+Green+Blue) = 25+60+91=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #193C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C5B is #E6C3A4. Grayscale: #343434. Windows color (decimal): -15123365 or 5979161. OLE color: 5979161.

HSL color Cylindrical-coordinate representation of color #193C5B: hue angle of 208.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193C5B is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB256091-
CMYK0.730.3400.64
HSL208.18º56.9%22.75%-
HSV(B)208.18º72.53%35.69%-
XYZ3.914.1910.5-
YUV53.07149.4107.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=14.20%
G=34.09%
B=51.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2560910.730.3400.64208.1856.922.75
Hex193C5B4922040d03917
Octal31741331114201003207127
Binary1100111110010110111001001100010010000001101000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,91); }

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

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

 a { background-color: rgb(25,60,91); }

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

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

 span { border-color: rgb(25,60,91); }

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