#19354F

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

Shades of Regal Blue #19354F

Tints of Regal Blue #19354F

Color information

#19354F (or 0x19354F) is unknown color: approx Regal Blue. HEX triplet: 19, 35 and 4F. RGB value is (25,53,79). Sum of RGB (Red+Green+Blue) = 25+53+79=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #19354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19354F is #E6CAB0. Grayscale: #2F2F2F. Windows color (decimal): -15125169 or 5190937. OLE color: 5190937.

HSL color Cylindrical-coordinate representation of color #19354F: hue angle of 208.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19354F is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255379-
CMYK0.680.3300.69
HSL208.89º51.92%20.39%-
HSV(B)208.89º68.35%30.98%-
XYZ3.093.327.87-
YUV47.59145.72111.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=15.92%
G=33.76%
B=50.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2553790.680.3300.69208.8951.9220.39
Hex19354F4421045d13414
Octal31651171044101053216424
Binary1100111010110011111000100100001010001011101000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19354F; }

 p { color: rgb(25,53,79); }

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

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

 a { background-color: rgb(25,53,79); }

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

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

 span { border-color: rgb(25,53,79); }

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