#14375F

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

Shades of Regal Blue #14375F

Tints of Regal Blue #14375F

Color information

#14375F (or 0x14375F) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 5F. RGB value is (20,55,95). Sum of RGB (Red+Green+Blue) = 20+55+95=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #14375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14375F is #EBC8A0. Grayscale: #303030. Windows color (decimal): -15452321 or 6240020. OLE color: 6240020.

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

Color convert

RGB205595-
CMYK0.790.4200.63
HSL212º65.22%22.55%-
HSV(B)212º78.95%37.25%-
XYZ3.723.7111.35-
YUV49.09153.9107.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=11.76%
G=32.35%
B=55.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2055950.790.4200.6321265.2222.55
Hex14375F4F2A03Fd44117
Octal24671371175207732410127
Binary1010011011110111111001111101010011111111010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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