#143056

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

Shades of Regal Blue #143056

Tints of Regal Blue #143056

Color information

#143056 (or 0x143056) is unknown color: approx Regal Blue. HEX triplet: 14, 30 and 56. RGB value is (20,48,86). Sum of RGB (Red+Green+Blue) = 20+48+86=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #143056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143056 is #EBCFA9. Grayscale: #2B2B2B. Windows color (decimal): -15454122 or 5648404. OLE color: 5648404.

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

Color convert

RGB204886-
CMYK0.770.4400.66
HSL214.55º62.26%20.78%-
HSV(B)214.55º76.74%33.73%-
XYZ3.032.939.21-
YUV43.96151.72110.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=12.99%
G=31.17%
B=55.84%

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
Decimal2048860.770.4400.66214.5562.2620.78
Hex1430564D2C042d73e15
Octal24601261155401023277625
Binary1010011000010101101001101101100010000101101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143056; }

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

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

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

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

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

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

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

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