#19426D

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

Shades of Regal Blue #19426D

Tints of Regal Blue #19426D

Color information

#19426D (or 0x19426D) is unknown color: approx Regal Blue. HEX triplet: 19, 42 and 6D. RGB value is (25,66,109). Sum of RGB (Red+Green+Blue) = 25+66+109=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #19426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426D is #E6BD92. Grayscale: #3A3A3A. Windows color (decimal): -15121811 or 7160345. OLE color: 7160345.

HSL color Cylindrical-coordinate representation of color #19426D: hue angle of 210.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19426D is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2566109-
CMYK0.770.3900.57
HSL210.71º62.69%26.27%-
HSV(B)210.71º77.06%42.75%-
XYZ5.115.2115.2-
YUV58.64156.42104-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=12.5%
G=33%
B=54.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25661090.770.3900.57210.7162.6926.27
Hex19426D4D27039d33f1a
Octal31102155115470713237732
Binary1100110000101101101100110110011101110011101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,66,109); }

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

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

 a { background-color: rgb(25,66,109); }

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

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

 span { border-color: rgb(25,66,109); }

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