#143554

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

Shades of Regal Blue #143554

Tints of Regal Blue #143554

Color information

#143554 (or 0x143554) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 54. RGB value is (20,53,84). Sum of RGB (Red+Green+Blue) = 20+53+84=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #143554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143554 is #EBCAAB. Grayscale: #2E2E2E. Windows color (decimal): -15452844 or 5518612. OLE color: 5518612.

HSL color Cylindrical-coordinate representation of color #143554: hue angle of 209.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143554 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205384-
CMYK0.760.3700.67
HSL209.06º61.54%20.39%-
HSV(B)209.06º76.19%32.94%-
XYZ3.163.348.86-
YUV46.67149.07108.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=12.74%
G=33.76%
B=53.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2053840.760.3700.67209.0661.5420.39
Hex1435544C25043d13e14
Octal24651241144501033217624
Binary1010011010110101001001100100101010000111101000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143554; }

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

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

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

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

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

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

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

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