#14395F

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

Shades of Regal Blue #14395F

Tints of Regal Blue #14395F

Color information

#14395F (or 0x14395F) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 5F. RGB value is (20,57,95). Sum of RGB (Red+Green+Blue) = 20+57+95=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #14395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395F is #EBC6A0. Grayscale: #323232. Windows color (decimal): -15451809 or 6240532. OLE color: 6240532.

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

Color convert

RGB205795-
CMYK0.790.4000.63
HSL210.4º65.22%22.55%-
HSV(B)210.4º78.95%37.25%-
XYZ3.823.911.38-
YUV50.27153.24106.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=11.63%
G=33.14%
B=55.23%

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
Decimal2057950.790.4000.63210.465.2222.55
Hex14395F4F2803Fd24117
Octal24711371175007732210127
Binary1010011100110111111001111101000011111111010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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