#14365C

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

Shades of Regal Blue #14365C

Tints of Regal Blue #14365C

Color information

#14365C (or 0x14365C) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 5C. RGB value is (20,54,92). Sum of RGB (Red+Green+Blue) = 20+54+92=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #14365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14365C is #EBC9A3. Grayscale: #2F2F2F. Windows color (decimal): -15452580 or 6043156. OLE color: 6043156.

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

Color convert

RGB205492-
CMYK0.780.4100.64
HSL211.67º64.29%21.96%-
HSV(B)211.67º78.26%36.08%-
XYZ3.543.5610.63-
YUV48.17152.74107.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=12.05%
G=32.53%
B=55.42%

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
Decimal2054920.780.4100.64211.6764.2921.96
Hex14365C4E29040d44016
Octal246613411651010032410026
Binary10100110110101110010011101010010100000011010100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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