#14355C

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

Shades of Regal Blue #14355C

Tints of Regal Blue #14355C

Color information

#14355C (or 0x14355C) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 5C. RGB value is (20,53,92). Sum of RGB (Red+Green+Blue) = 20+53+92=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #14355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355C is #EBCAA3. Grayscale: #2F2F2F. Windows color (decimal): -15452836 or 6042900. OLE color: 6042900.

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

Color convert

RGB205392-
CMYK0.780.4200.64
HSL212.5º64.29%21.96%-
HSV(B)212.5º78.26%36.08%-
XYZ3.493.4710.61-
YUV47.58153.07108.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=12.12%
G=32.12%
B=55.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2053920.780.4200.64212.564.2921.96
Hex14355C4E2A040d44016
Octal246513411652010032410026
Binary10100110101101110010011101010100100000011010100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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