#193959

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

Shades of Regal Blue #193959

Tints of Regal Blue #193959

Color information

#193959 (or 0x193959) is unknown color: approx Regal Blue. HEX triplet: 19, 39 and 59. RGB value is (25,57,89). Sum of RGB (Red+Green+Blue) = 25+57+89=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #193959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193959 is #E6C6A6. Grayscale: #323232. Windows color (decimal): -15124135 or 5847321. OLE color: 5847321.

HSL color Cylindrical-coordinate representation of color #193959: hue angle of 210º 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 #193959 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255789-
CMYK0.720.3600.65
HSL210º56.14%22.35%-
HSV(B)210º71.91%34.9%-
XYZ3.673.8510-
YUV51.08149.4109.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=14.62%
G=33.33%
B=52.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2557890.720.3600.6521056.1422.35
Hex1939594824041d23816
Octal31711311104401013227026
Binary1100111100110110011001000100100010000011101001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193959; }

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

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

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

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

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

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

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

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