#19375D

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

Shades of Regal Blue #19375D

Tints of Regal Blue #19375D

Color information

#19375D (or 0x19375D) is unknown color: approx Regal Blue. HEX triplet: 19, 37 and 5D. RGB value is (25,55,93). Sum of RGB (Red+Green+Blue) = 25+55+93=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #19375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375D is #E6C8A2. Grayscale: #323232. Windows color (decimal): -15124643 or 6108953. OLE color: 6108953.

HSL color Cylindrical-coordinate representation of color #19375D: hue angle of 213.53º degrees, saturation: 0.58, 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 #19375D is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB255593-
CMYK0.730.4100.64
HSL213.53º57.63%23.14%-
HSV(B)213.53º73.12%36.47%-
XYZ3.743.7310.88-
YUV50.36152.06109.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=14.45%
G=31.79%
B=53.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2555930.730.4100.64213.5357.6323.14
Hex19375D4929040d63a17
Octal31671351115101003267227
Binary1100111011110111011001001101001010000001101011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19375D; }

 p { color: rgb(25,55,93); }

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

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

 a { background-color: rgb(25,55,93); }

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

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

 span { border-color: rgb(25,55,93); }

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