#14355F

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

Shades of Regal Blue #14355F

Tints of Regal Blue #14355F

Color information

#14355F (or 0x14355F) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 5F. RGB value is (20,53,95). Sum of RGB (Red+Green+Blue) = 20+53+95=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #14355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355F is #EBCAA0. Grayscale: #2F2F2F. Windows color (decimal): -15452833 or 6239508. OLE color: 6239508.

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

Color convert

RGB205395-
CMYK0.790.4400.63
HSL213.6º65.22%22.55%-
HSV(B)213.6º78.95%37.25%-
XYZ3.633.5211.31-
YUV47.92154.57108.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=11.90%
G=31.55%
B=56.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2053950.790.4400.63213.665.2222.55
Hex14355F4F2C03Fd64117
Octal24651371175407732610127
Binary1010011010110111111001111101100011111111010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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