#143C59

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

Shades of Regal Blue #143C59

Tints of Regal Blue #143C59

Color information

#143C59 (or 0x143C59) is unknown color: approx Regal Blue. HEX triplet: 14, 3C and 59. RGB value is (20,60,89). Sum of RGB (Red+Green+Blue) = 20+60+89=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #143C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C59 is #EBC3A6. Grayscale: #333333. Windows color (decimal): -15451047 or 5848084. OLE color: 5848084.

HSL color Cylindrical-coordinate representation of color #143C59: hue angle of 205.22º 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 #143C59 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206089-
CMYK0.780.3300.65
HSL205.22º63.3%21.37%-
HSV(B)205.22º77.53%34.9%-
XYZ3.714.110.05-
YUV51.35149.25105.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=11.83%
G=35.50%
B=52.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2060890.780.3300.65205.2263.321.37
Hex143C594E21041cd3f15
Octal24741311164101013157725
Binary1010011110010110011001110100001010000011100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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