#19365A

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

Shades of Regal Blue #19365A

Tints of Regal Blue #19365A

Color information

#19365A (or 0x19365A) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 5A. RGB value is (25,54,90). Sum of RGB (Red+Green+Blue) = 25+54+90=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #19365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365A is #E6C9A5. Grayscale: #313131. Windows color (decimal): -15124902 or 5912089. OLE color: 5912089.

HSL color Cylindrical-coordinate representation of color #19365A: hue angle of 213.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19365A is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255490-
CMYK0.720.4000.65
HSL213.23º56.52%22.55%-
HSV(B)213.23º72.22%35.29%-
XYZ3.573.5810.18-
YUV49.43150.89110.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=14.79%
G=31.95%
B=53.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2554900.720.4000.65213.2356.5222.55
Hex19365A4828041d53917
Octal31661321105001013257127
Binary1100111011010110101001000101000010000011101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19365A; }

 p { color: rgb(25,54,90); }

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

<style>
 a { background-color: #19365A; }

 a { background-color: rgb(25,54,90); }

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

<style>
 span { border-color: #19365A; }

 span { border-color: rgb(25,54,90); }

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