#143755

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

Shades of Regal Blue #143755

Tints of Regal Blue #143755

Color information

#143755 (or 0x143755) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 55. RGB value is (20,55,85). Sum of RGB (Red+Green+Blue) = 20+55+85=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #143755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143755 is #EBC8AA. Grayscale: #2F2F2F. Windows color (decimal): -15452331 or 5584660. OLE color: 5584660.

HSL color Cylindrical-coordinate representation of color #143755: hue angle of 207.69º 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 #143755 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205585-
CMYK0.760.3500.67
HSL207.69º61.9%20.59%-
HSV(B)207.69º76.47%33.33%-
XYZ3.293.549.1-
YUV47.95148.9108.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=12.5%
G=34.38%
B=53.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2055850.760.3500.67207.6961.920.59
Hex1437554C23043d03e15
Octal24671251144301033207625
Binary1010011011110101011001100100011010000111101000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143755; }

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

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

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

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

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

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

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

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