#14355B

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

Shades of Regal Blue #14355B

Tints of Regal Blue #14355B

Color information

#14355B (or 0x14355B) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 5B. RGB value is (20,53,91). Sum of RGB (Red+Green+Blue) = 20+53+91=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #14355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355B is #EBCAA4. Grayscale: #2F2F2F. Windows color (decimal): -15452837 or 5977364. OLE color: 5977364.

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

Color convert

RGB205391-
CMYK0.780.4200.64
HSL212.11º63.96%21.76%-
HSV(B)212.11º78.02%35.69%-
XYZ3.453.4510.38-
YUV47.46152.57108.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=12.20%
G=32.32%
B=55.49%

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
Decimal2053910.780.4200.64212.1163.9621.76
Hex14355B4E2A040d44016
Octal246513311652010032410026
Binary10100110101101101110011101010100100000011010100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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