#19436D

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

Shades of Regal Blue #19436D

Tints of Regal Blue #19436D

Color information

#19436D (or 0x19436D) is unknown color: approx Regal Blue. HEX triplet: 19, 43 and 6D. RGB value is (25,67,109). Sum of RGB (Red+Green+Blue) = 25+67+109=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #19436D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19436D is #E6BC92. Grayscale: #3B3B3B. Windows color (decimal): -15121555 or 7160601. OLE color: 7160601.

HSL color Cylindrical-coordinate representation of color #19436D: hue angle of 210º 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 #19436D is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2567109-
CMYK0.770.3900.57
HSL210º62.69%26.27%-
HSV(B)210º77.06%42.75%-
XYZ5.175.3315.22-
YUV59.23156.09103.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=12.44%
G=33.33%
B=54.23%

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
Decimal25671090.770.3900.5721062.6926.27
Hex19436D4D27039d23f1a
Octal31103155115470713227732
Binary1100110000111101101100110110011101110011101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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