#143157

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

Shades of Regal Blue #143157

Tints of Regal Blue #143157

Color information

#143157 (or 0x143157) is unknown color: approx Regal Blue. HEX triplet: 14, 31 and 57. RGB value is (20,49,87). Sum of RGB (Red+Green+Blue) = 20+49+87=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #143157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143157 is #EBCEA8. Grayscale: #2C2C2C. Windows color (decimal): -15453865 or 5714196. OLE color: 5714196.

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

Color convert

RGB204987-
CMYK0.770.4400.66
HSL214.03º62.62%20.98%-
HSV(B)214.03º77.01%34.12%-
XYZ3.113.039.44-
YUV44.66151.89110.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=12.82%
G=31.41%
B=55.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2049870.770.4400.66214.0362.6220.98
Hex1431574D2C042d63f15
Octal24611271155401023267725
Binary1010011000110101111001101101100010000101101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143157; }

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

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

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

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

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

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

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

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