#143154

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

Shades of Regal Blue #143154

Tints of Regal Blue #143154

Color information

#143154 (or 0x143154) is unknown color: approx Regal Blue. HEX triplet: 14, 31 and 54. RGB value is (20,49,84). Sum of RGB (Red+Green+Blue) = 20+49+84=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #143154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143154 is #EBCEAB. Grayscale: #2C2C2C. Windows color (decimal): -15453868 or 5517588. OLE color: 5517588.

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

Color convert

RGB204984-
CMYK0.760.4200.67
HSL212.81º61.54%20.39%-
HSV(B)212.81º76.19%32.94%-
XYZ2.992.998.81-
YUV44.32150.39110.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=13.07%
G=32.03%
B=54.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2049840.760.4200.67212.8161.5420.39
Hex1431544C2A043d53e14
Octal24611241145201033257624
Binary1010011000110101001001100101010010000111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143154; }

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

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

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

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

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

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

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

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