#14405C

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

Shades of Regal Blue #14405C

Tints of Regal Blue #14405C

Color information

#14405C (or 0x14405C) is unknown color: approx Regal Blue. HEX triplet: 14, 40 and 5C. RGB value is (20,64,92). Sum of RGB (Red+Green+Blue) = 20+64+92=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #14405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14405C is #EBBFA3. Grayscale: #353535. Windows color (decimal): -15450020 or 6045716. OLE color: 6045716.

HSL color Cylindrical-coordinate representation of color #14405C: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14405C is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206492-
CMYK0.780.3000.64
HSL203.33º64.29%21.96%-
HSV(B)203.33º78.26%36.08%-
XYZ4.054.5910.8-
YUV54.04149.42103.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=11.36%
G=36.36%
B=52.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2064920.780.3000.64203.3364.2921.96
Hex14405C4E1E040cb4016
Octal2410013411636010031310026
Binary10100100000010111001001110111100100000011001011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,64,92); }

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

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

 a { background-color: rgb(20,64,92); }

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

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

 span { border-color: rgb(20,64,92); }

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