#14395E

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

Shades of Regal Blue #14395E

Tints of Regal Blue #14395E

Color information

#14395E (or 0x14395E) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 5E. RGB value is (20,57,94). Sum of RGB (Red+Green+Blue) = 20+57+94=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #14395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395E is #EBC6A1. Grayscale: #313131. Windows color (decimal): -15451810 or 6174996. OLE color: 6174996.

HSL color Cylindrical-coordinate representation of color #14395E: hue angle of 210º 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 #14395E is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB205794-
CMYK0.790.3900.63
HSL210º64.91%22.35%-
HSV(B)210º78.72%36.86%-
XYZ3.773.8811.14-
YUV50.15152.74106.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=11.70%
G=33.33%
B=54.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2057940.790.3900.6321064.9122.35
Hex14395E4F2703Fd24116
Octal24711361174707732210126
Binary1010011100110111101001111100111011111111010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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