#14395C

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

Shades of Regal Blue #14395C

Tints of Regal Blue #14395C

Color information

#14395C (or 0x14395C) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 5C. RGB value is (20,57,92). Sum of RGB (Red+Green+Blue) = 20+57+92=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #14395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395C is #EBC6A3. Grayscale: #313131. Windows color (decimal): -15451812 or 6043924. OLE color: 6043924.

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

Color convert

RGB205792-
CMYK0.780.3800.64
HSL209.17º64.29%21.96%-
HSV(B)209.17º78.26%36.08%-
XYZ3.683.8510.67-
YUV49.93151.74106.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=11.83%
G=33.73%
B=54.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2057920.780.3800.64209.1764.2921.96
Hex14395C4E26040d14016
Octal247113411646010032110026
Binary10100111001101110010011101001100100000011010001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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