#19344F

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

Shades of Regal Blue #19344F

Tints of Regal Blue #19344F

Color information

#19344F (or 0x19344F) is unknown color: approx Regal Blue. HEX triplet: 19, 34 and 4F. RGB value is (25,52,79). Sum of RGB (Red+Green+Blue) = 25+52+79=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #19344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19344F is #E6CBB0. Grayscale: #2E2E2E. Windows color (decimal): -15125425 or 5190681. OLE color: 5190681.

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

Color convert

RGB255279-
CMYK0.680.3400.69
HSL210º51.92%20.39%-
HSV(B)210º68.35%30.98%-
XYZ3.043.237.86-
YUV47146.05112.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=16.03%
G=33.33%
B=50.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2552790.680.3400.6921051.9220.39
Hex19344F4422045d23414
Octal31641171044201053226424
Binary1100111010010011111000100100010010001011101001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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