#143254

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

Shades of Regal Blue #143254

Tints of Regal Blue #143254

Color information

#143254 (or 0x143254) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 54. RGB value is (20,50,84). Sum of RGB (Red+Green+Blue) = 20+50+84=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #143254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143254 is #EBCDAB. Grayscale: #2C2C2C. Windows color (decimal): -15453612 or 5517844. OLE color: 5517844.

HSL color Cylindrical-coordinate representation of color #143254: hue angle of 211.88º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143254 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205084-
CMYK0.760.4000.67
HSL211.88º61.54%20.39%-
HSV(B)211.88º76.19%32.94%-
XYZ3.033.078.82-
YUV44.91150.06110.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=12.99%
G=32.47%
B=54.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2050840.760.4000.67211.8861.5420.39
Hex1432544C28043d43e14
Octal24621241145001033247624
Binary1010011001010101001001100101000010000111101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143254; }

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

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

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

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

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

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

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

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