#143D57

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

Shades of Regal Blue #143D57

Tints of Regal Blue #143D57

Color information

#143D57 (or 0x143D57) is unknown color: approx Regal Blue. HEX triplet: 14, 3D and 57. RGB value is (20,61,87). Sum of RGB (Red+Green+Blue) = 20+61+87=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #143D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D57 is #EBC2A8. Grayscale: #333333. Windows color (decimal): -15450793 or 5717268. OLE color: 5717268.

HSL color Cylindrical-coordinate representation of color #143D57: hue angle of 203.28º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143D57 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB206187-
CMYK0.770.3000.66
HSL203.28º62.62%20.98%-
HSV(B)203.28º77.01%34.12%-
XYZ3.684.179.63-
YUV51.7147.92105.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=11.90%
G=36.31%
B=51.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2061870.770.3000.66203.2862.6220.98
Hex143D574D1E042cb3f15
Octal24751271153601023137725
Binary101001111011010111100110111110010000101100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143D57; }

 p { color: rgb(20,61,87); }

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

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

 a { background-color: rgb(20,61,87); }

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

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

 span { border-color: rgb(20,61,87); }

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