#19374F

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

Shades of Regal Blue #19374F

Tints of Regal Blue #19374F

Color information

#19374F (or 0x19374F) is unknown color: approx Regal Blue. HEX triplet: 19, 37 and 4F. RGB value is (25,55,79). Sum of RGB (Red+Green+Blue) = 25+55+79=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #19374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19374F is #E6C8B0. Grayscale: #303030. Windows color (decimal): -15124657 or 5191449. OLE color: 5191449.

HSL color Cylindrical-coordinate representation of color #19374F: hue angle of 206.67º 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 #19374F is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255579-
CMYK0.680.3000.69
HSL206.67º51.92%20.39%-
HSV(B)206.67º68.35%30.98%-
XYZ3.183.57.91-
YUV48.77145.06111.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=15.72%
G=34.59%
B=49.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2555790.680.3000.69206.6751.9220.39
Hex19374F441E045cf3414
Octal31671171043601053176424
Binary110011101111001111100010011110010001011100111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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