#14355D

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

Shades of Regal Blue #14355D

Tints of Regal Blue #14355D

Color information

#14355D (or 0x14355D) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 5D. RGB value is (20,53,93). Sum of RGB (Red+Green+Blue) = 20+53+93=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #14355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355D is #EBCAA2. Grayscale: #2F2F2F. Windows color (decimal): -15452835 or 6108436. OLE color: 6108436.

HSL color Cylindrical-coordinate representation of color #14355D: hue angle of 212.88º degrees, saturation: 0.65, 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 #14355D is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB205393-
CMYK0.780.4300.64
HSL212.88º64.6%22.16%-
HSV(B)212.88º78.49%36.47%-
XYZ3.543.4910.84-
YUV47.69153.57108.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=12.05%
G=31.93%
B=56.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2053930.780.4300.64212.8864.622.16
Hex14355D4E2B040d54116
Octal246513511653010032510126
Binary10100110101101110110011101010110100000011010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,53,93); }

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

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

 a { background-color: rgb(20,53,93); }

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

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

 span { border-color: rgb(20,53,93); }

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