#14395A

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

Shades of Regal Blue #14395A

Tints of Regal Blue #14395A

Color information

#14395A (or 0x14395A) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 5A. RGB value is (20,57,90). Sum of RGB (Red+Green+Blue) = 20+57+90=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #14395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395A is #EBC6A5. Grayscale: #313131. Windows color (decimal): -15451814 or 5912852. OLE color: 5912852.

HSL color Cylindrical-coordinate representation of color #14395A: hue angle of 208.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14395A is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB205790-
CMYK0.780.3700.65
HSL208.29º63.64%21.57%-
HSV(B)208.29º77.78%35.29%-
XYZ3.63.8110.22-
YUV49.7150.74106.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=11.98%
G=34.13%
B=53.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2057900.780.3700.65208.2963.6421.57
Hex14395A4E25041d04016
Octal247113211645010132010026
Binary10100111001101101010011101001010100000111010000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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