#143555

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

Shades of Regal Blue #143555

Tints of Regal Blue #143555

Color information

#143555 (or 0x143555) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 55. RGB value is (20,53,85). Sum of RGB (Red+Green+Blue) = 20+53+85=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #143555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143555 is #EBCAAA. Grayscale: #2E2E2E. Windows color (decimal): -15452843 or 5584148. OLE color: 5584148.

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

Color convert

RGB205385-
CMYK0.760.3800.67
HSL209.54º61.9%20.59%-
HSV(B)209.54º76.47%33.33%-
XYZ3.23.359.07-
YUV46.78149.57108.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=12.66%
G=33.54%
B=53.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2053850.760.3800.67209.5461.920.59
Hex1435554C26043d23e15
Octal24651251144601033227625
Binary1010011010110101011001100100110010000111101001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143555; }

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

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

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

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

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

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

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

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