#143959

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

Shades of Regal Blue #143959

Tints of Regal Blue #143959

Color information

#143959 (or 0x143959) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 59. RGB value is (20,57,89). Sum of RGB (Red+Green+Blue) = 20+57+89=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #143959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143959 is #EBC6A6. Grayscale: #313131. Windows color (decimal): -15451815 or 5847316. OLE color: 5847316.

HSL color Cylindrical-coordinate representation of color #143959: hue angle of 207.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143959 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB205789-
CMYK0.780.3600.65
HSL207.83º63.3%21.37%-
HSV(B)207.83º77.53%34.9%-
XYZ3.553.810-
YUV49.58150.24106.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=12.05%
G=34.34%
B=53.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2057890.780.3600.65207.8363.321.37
Hex1439594E24041d03f15
Octal24711311164401013207725
Binary1010011100110110011001110100100010000011101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143959; }

 p { color: rgb(20,57,89); }

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

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

 a { background-color: rgb(20,57,89); }

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

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

 span { border-color: rgb(20,57,89); }

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