#143156

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

Shades of Regal Blue #143156

Tints of Regal Blue #143156

Color information

#143156 (or 0x143156) is unknown color: approx Regal Blue. HEX triplet: 14, 31 and 56. RGB value is (20,49,86). Sum of RGB (Red+Green+Blue) = 20+49+86=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #143156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143156 is #EBCEA9. Grayscale: #2C2C2C. Windows color (decimal): -15453866 or 5648660. OLE color: 5648660.

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

Color convert

RGB204986-
CMYK0.770.4300.66
HSL213.64º62.26%20.78%-
HSV(B)213.64º76.74%33.73%-
XYZ3.073.029.22-
YUV44.55151.39110.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=12.90%
G=31.61%
B=55.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2049860.770.4300.66213.6462.2620.78
Hex1431564D2B042d63e15
Octal24611261155301023267625
Binary1010011000110101101001101101011010000101101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143156; }

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

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

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

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

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

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

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

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