#19426C

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

Shades of Regal Blue #19426C

Tints of Regal Blue #19426C

Color information

#19426C (or 0x19426C) is unknown color: approx Regal Blue. HEX triplet: 19, 42 and 6C. RGB value is (25,66,108). Sum of RGB (Red+Green+Blue) = 25+66+108=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #19426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426C is #E6BD93. Grayscale: #3A3A3A. Windows color (decimal): -15121812 or 7094809. OLE color: 7094809.

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

Color convert

RGB2566108-
CMYK0.770.3900.58
HSL210.36º62.41%26.08%-
HSV(B)210.36º76.85%42.35%-
XYZ5.065.1914.92-
YUV58.53155.92104.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=12.56%
G=33.17%
B=54.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25661080.770.3900.58210.3662.4126.08
Hex19426C4D2703Ad23e1a
Octal31102154115470723227632
Binary1100110000101101100100110110011101110101101001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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