#14415E

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

Shades of Regal Blue #14415E

Tints of Regal Blue #14415E

Color information

#14415E (or 0x14415E) is unknown color: approx Regal Blue. HEX triplet: 14, 41 and 5E. RGB value is (20,65,94). Sum of RGB (Red+Green+Blue) = 20+65+94=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #14415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14415E is #EBBEA1. Grayscale: #363636. Windows color (decimal): -15449762 or 6177044. OLE color: 6177044.

HSL color Cylindrical-coordinate representation of color #14415E: hue angle of 203.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14415E is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB206594-
CMYK0.790.3100.63
HSL203.51º64.91%22.35%-
HSV(B)203.51º78.72%36.86%-
XYZ4.24.7411.28-
YUV54.85150.09103.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=11.17%
G=36.31%
B=52.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2065940.790.3100.63203.5164.9122.35
Hex14415E4F1F03Fcc4116
Octal241011361173707731410126
Binary1010010000011011110100111111111011111111001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14415E; }

 p { color: rgb(20,65,94); }

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

<style>
 a { background-color: #14415E; }

 a { background-color: rgb(20,65,94); }

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

<style>
 span { border-color: #14415E; }

 span { border-color: rgb(20,65,94); }

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