#14385E

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

Shades of Regal Blue #14385E

Tints of Regal Blue #14385E

Color information

#14385E (or 0x14385E) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 5E. RGB value is (20,56,94). Sum of RGB (Red+Green+Blue) = 20+56+94=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #14385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385E is #EBC7A1. Grayscale: #313131. Windows color (decimal): -15452066 or 6174740. OLE color: 6174740.

HSL color Cylindrical-coordinate representation of color #14385E: hue angle of 210.81º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14385E is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB205694-
CMYK0.790.4000.63
HSL210.81º64.91%22.35%-
HSV(B)210.81º78.72%36.86%-
XYZ3.723.7911.12-
YUV49.57153.07106.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=11.76%
G=32.94%
B=55.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2056940.790.4000.63210.8164.9122.35
Hex14385E4F2803Fd34116
Octal24701361175007732310126
Binary1010011100010111101001111101000011111111010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14385E; }

 p { color: rgb(20,56,94); }

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

<style>
 a { background-color: #14385E; }

 a { background-color: rgb(20,56,94); }

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

<style>
 span { border-color: #14385E; }

 span { border-color: rgb(20,56,94); }

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