#143259

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

Shades of Regal Blue #143259

Tints of Regal Blue #143259

Color information

#143259 (or 0x143259) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 59. RGB value is (20,50,89). Sum of RGB (Red+Green+Blue) = 20+50+89=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #143259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143259 is #EBCDA6. Grayscale: #2D2D2D. Windows color (decimal): -15453607 or 5845524. OLE color: 5845524.

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

Color convert

RGB205089-
CMYK0.780.4400.65
HSL213.91º63.3%21.37%-
HSV(B)213.91º77.53%34.9%-
XYZ3.233.159.89-
YUV45.48152.56109.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=12.58%
G=31.45%
B=55.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2050890.780.4400.65213.9163.321.37
Hex1432594E2C041d63f15
Octal24621311165401013267725
Binary1010011001010110011001110101100010000011101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143259; }

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

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

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

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

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

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

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

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