#14405B

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

Shades of Regal Blue #14405B

Tints of Regal Blue #14405B

Color information

#14405B (or 0x14405B) is unknown color: approx Regal Blue. HEX triplet: 14, 40 and 5B. RGB value is (20,64,91). Sum of RGB (Red+Green+Blue) = 20+64+91=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #14405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14405B is #EBBFA4. Grayscale: #353535. Windows color (decimal): -15450021 or 5980180. OLE color: 5980180.

HSL color Cylindrical-coordinate representation of color #14405B: hue angle of 202.82º 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 #14405B is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206491-
CMYK0.780.3000.64
HSL202.82º63.96%21.76%-
HSV(B)202.82º78.02%35.69%-
XYZ4.014.5710.57-
YUV53.92148.92103.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 91 (35.94% from 255) = 52%
R=11.43%
G=36.57%
B=52%

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
Decimal2064910.780.3000.64202.8263.9621.76
Hex14405B4E1E040cb4016
Octal2410013311636010031310026
Binary10100100000010110111001110111100100000011001011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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