#143B56

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

Shades of Regal Blue #143B56

Tints of Regal Blue #143B56

Color information

#143B56 (or 0x143B56) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 56. RGB value is (20,59,86). Sum of RGB (Red+Green+Blue) = 20+59+86=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #143B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B56 is #EBC4A9. Grayscale: #323232. Windows color (decimal): -15451306 or 5651220. OLE color: 5651220.

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

Color convert

RGB205986-
CMYK0.770.3100.66
HSL204.55º62.26%20.78%-
HSV(B)204.55º76.74%33.73%-
XYZ3.533.959.38-
YUV50.42148.08106.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=12.12%
G=35.76%
B=52.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2059860.770.3100.66204.5562.2620.78
Hex143B564D1F042cd3e15
Octal24731261153701023157625
Binary101001110111010110100110111111010000101100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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