#193F59

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

Shades of Regal Blue #193F59

Tints of Regal Blue #193F59

Color information

#193F59 (or 0x193F59) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 59. RGB value is (25,63,89). Sum of RGB (Red+Green+Blue) = 25+63+89=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #193F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F59 is #E6C0A6. Grayscale: #363636. Windows color (decimal): -15122599 or 5848857. OLE color: 5848857.

HSL color Cylindrical-coordinate representation of color #193F59: hue angle of 204.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193F59 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256389-
CMYK0.720.2900.65
HSL204.38º56.14%22.35%-
HSV(B)204.38º71.91%34.9%-
XYZ3.984.4810.11-
YUV54.6147.41106.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=14.12%
G=35.59%
B=50.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2563890.720.2900.65204.3856.1422.35
Hex193F59481D041cc3816
Octal31771311103501013147026
Binary110011111111011001100100011101010000011100110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,89); }

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

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

 a { background-color: rgb(25,63,89); }

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

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

 span { border-color: rgb(25,63,89); }

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