#143359

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

Shades of Regal Blue #143359

Tints of Regal Blue #143359

Color information

#143359 (or 0x143359) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 59. RGB value is (20,51,89). Sum of RGB (Red+Green+Blue) = 20+51+89=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #143359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143359 is #EBCCA6. Grayscale: #2D2D2D. Windows color (decimal): -15453351 or 5845780. OLE color: 5845780.

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

Color convert

RGB205189-
CMYK0.780.4300.65
HSL213.04º63.3%21.37%-
HSV(B)213.04º77.53%34.9%-
XYZ3.283.249.9-
YUV46.06152.23109.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=12.5%
G=31.88%
B=55.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2051890.780.4300.65213.0463.321.37
Hex1433594E2B041d53f15
Octal24631311165301013257725
Binary1010011001110110011001110101011010000011101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143359; }

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

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

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

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

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

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

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

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