#14365B

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

Shades of Regal Blue #14365B

Tints of Regal Blue #14365B

Color information

#14365B (or 0x14365B) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 5B. RGB value is (20,54,91). Sum of RGB (Red+Green+Blue) = 20+54+91=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #14365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14365B is #EBC9A4. Grayscale: #2F2F2F. Windows color (decimal): -15452581 or 5977620. OLE color: 5977620.

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

Color convert

RGB205491-
CMYK0.780.4100.64
HSL211.27º63.96%21.76%-
HSV(B)211.27º78.02%35.69%-
XYZ3.53.5410.4-
YUV48.05152.24107.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=12.12%
G=32.73%
B=55.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2054910.780.4100.64211.2763.9621.76
Hex14365B4E29040d34016
Octal246613311651010032310026
Binary10100110110101101110011101010010100000011010011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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