#14375A

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

Shades of Regal Blue #14375A

Tints of Regal Blue #14375A

Color information

#14375A (or 0x14375A) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 5A. RGB value is (20,55,90). Sum of RGB (Red+Green+Blue) = 20+55+90=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #14375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14375A is #EBC8A5. Grayscale: #303030. Windows color (decimal): -15452326 or 5912340. OLE color: 5912340.

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

Color convert

RGB205590-
CMYK0.780.3900.65
HSL210º63.64%21.57%-
HSV(B)210º77.78%35.29%-
XYZ3.53.6210.19-
YUV48.52151.4107.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=12.12%
G=33.33%
B=54.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2055900.780.3900.6521063.6421.57
Hex14375A4E27041d24016
Octal246713211647010132210026
Binary10100110111101101010011101001110100000111010010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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