#143A57

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

Shades of Regal Blue #143A57

Tints of Regal Blue #143A57

Color information

#143A57 (or 0x143A57) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 57. RGB value is (20,58,87). Sum of RGB (Red+Green+Blue) = 20+58+87=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #143A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A57 is #EBC5A8. Grayscale: #313131. Windows color (decimal): -15451561 or 5716500. OLE color: 5716500.

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

Color convert

RGB205887-
CMYK0.770.3300.66
HSL205.97º62.62%20.98%-
HSV(B)205.97º77.01%34.12%-
XYZ3.523.869.58-
YUV49.94148.91106.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=12.12%
G=35.15%
B=52.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2058870.770.3300.66205.9762.6220.98
Hex143A574D21042ce3f15
Octal24721271154101023167725
Binary1010011101010101111001101100001010000101100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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