#143256

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

Shades of Regal Blue #143256

Tints of Regal Blue #143256

Color information

#143256 (or 0x143256) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 56. RGB value is (20,50,86). Sum of RGB (Red+Green+Blue) = 20+50+86=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #143256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143256 is #EBCDA9. Grayscale: #2C2C2C. Windows color (decimal): -15453610 or 5648916. OLE color: 5648916.

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

Color convert

RGB205086-
CMYK0.770.4200.66
HSL212.73º62.26%20.78%-
HSV(B)212.73º76.74%33.73%-
XYZ3.113.19.24-
YUV45.13151.06110.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=12.82%
G=32.05%
B=55.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2050860.770.4200.66212.7362.2620.78
Hex1432564D2A042d53e15
Octal24621261155201023257625
Binary1010011001010101101001101101010010000101101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143256; }

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

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

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

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

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

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

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

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