#193B63

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

Shades of Regal Blue #193B63

Tints of Regal Blue #193B63

Color information

#193B63 (or 0x193B63) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 63. RGB value is (25,59,99). Sum of RGB (Red+Green+Blue) = 25+59+99=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #193B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B63 is #E6C49C. Grayscale: #353535. Windows color (decimal): -15123613 or 6503193. OLE color: 6503193.

HSL color Cylindrical-coordinate representation of color #193B63: hue angle of 212.43º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193B63 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB255999-
CMYK0.750.4000.61
HSL212.43º59.68%24.31%-
HSV(B)212.43º74.75%38.82%-
XYZ4.224.2412.4-
YUV53.39153.74107.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=13.66%
G=32.24%
B=54.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2559990.750.4000.61212.4359.6824.31
Hex193B634B2803Dd43c18
Octal3173143113500753247430
Binary110011110111100011100101110100001111011101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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