#143B57

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

Shades of Regal Blue #143B57

Tints of Regal Blue #143B57

Color information

#143B57 (or 0x143B57) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 57. RGB value is (20,59,87). Sum of RGB (Red+Green+Blue) = 20+59+87=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #143B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B57 is #EBC4A8. Grayscale: #323232. Windows color (decimal): -15451305 or 5716756. OLE color: 5716756.

HSL color Cylindrical-coordinate representation of color #143B57: hue angle of 205.07º 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 #143B57 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB205987-
CMYK0.770.3200.66
HSL205.07º62.62%20.98%-
HSV(B)205.07º77.01%34.12%-
XYZ3.573.969.59-
YUV50.53148.58106.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=12.05%
G=35.54%
B=52.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2059870.770.3200.66205.0762.6220.98
Hex143B574D20042cd3f15
Octal24731271154001023157725
Binary1010011101110101111001101100000010000101100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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