#14365A

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

Shades of Regal Blue #14365A

Tints of Regal Blue #14365A

Color information

#14365A (or 0x14365A) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 5A. RGB value is (20,54,90). Sum of RGB (Red+Green+Blue) = 20+54+90=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #14365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14365A is #EBC9A5. Grayscale: #2F2F2F. Windows color (decimal): -15452582 or 5912084. OLE color: 5912084.

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

Color convert

RGB205490-
CMYK0.780.4000.65
HSL210.86º63.64%21.57%-
HSV(B)210.86º77.78%35.29%-
XYZ3.453.5310.17-
YUV47.94151.74108.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=12.20%
G=32.93%
B=54.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2054900.780.4000.65210.8663.6421.57
Hex14365A4E28041d34016
Octal246613211650010132310026
Binary10100110110101101010011101010000100000111010011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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