#143E56

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

Shades of Regal Blue #143E56

Tints of Regal Blue #143E56

Color information

#143E56 (or 0x143E56) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 56. RGB value is (20,62,86). Sum of RGB (Red+Green+Blue) = 20+62+86=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #143E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E56 is #EBC1A9. Grayscale: #343434. Windows color (decimal): -15450538 or 5651988. OLE color: 5651988.

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

Color convert

RGB206286-
CMYK0.770.2800.66
HSL201.82º62.26%20.78%-
HSV(B)201.82º76.74%33.73%-
XYZ3.694.279.43-
YUV52.18147.09105.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=11.90%
G=36.90%
B=51.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2062860.770.2800.66201.8262.2620.78
Hex143E564D1C042ca3e15
Octal24761261153401023127625
Binary101001111101010110100110111100010000101100101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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