#193E62

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

Shades of Regal Blue #193E62

Tints of Regal Blue #193E62

Color information

#193E62 (or 0x193E62) is unknown color: approx Regal Blue. HEX triplet: 19, 3E and 62. RGB value is (25,62,98). Sum of RGB (Red+Green+Blue) = 25+62+98=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #193E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E62 is #E6C19D. Grayscale: #363636. Windows color (decimal): -15122846 or 6438425. OLE color: 6438425.

HSL color Cylindrical-coordinate representation of color #193E62: hue angle of 209.59º 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 #193E62 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256298-
CMYK0.740.3700.62
HSL209.59º59.35%24.12%-
HSV(B)209.59º74.49%38.43%-
XYZ4.334.5312.2-
YUV55.04152.24106.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=13.51%
G=33.51%
B=52.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2562980.740.3700.62209.5959.3524.12
Hex193E624A2503Ed23b18
Octal3176142112450763227330
Binary110011111101100010100101010010101111101101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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