#143459

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

Shades of Regal Blue #143459

Tints of Regal Blue #143459

Color information

#143459 (or 0x143459) is unknown color: approx Regal Blue. HEX triplet: 14, 34 and 59. RGB value is (20,52,89). Sum of RGB (Red+Green+Blue) = 20+52+89=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #143459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143459 is #EBCBA6. Grayscale: #2E2E2E. Windows color (decimal): -15453095 or 5846036. OLE color: 5846036.

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

Color convert

RGB205289-
CMYK0.780.4200.65
HSL212.17º63.3%21.37%-
HSV(B)212.17º77.53%34.9%-
XYZ3.323.339.92-
YUV46.65151.9108.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=12.42%
G=32.30%
B=55.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2052890.780.4200.65212.1763.321.37
Hex1434594E2A041d43f15
Octal24641311165201013247725
Binary1010011010010110011001110101010010000011101010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143459; }

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

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

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

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

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

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

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

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