#143054

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

Shades of Regal Blue #143054

Tints of Regal Blue #143054

Color information

#143054 (or 0x143054) is unknown color: approx Regal Blue. HEX triplet: 14, 30 and 54. RGB value is (20,48,84). Sum of RGB (Red+Green+Blue) = 20+48+84=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #143054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143054 is #EBCFAB. Grayscale: #2B2B2B. Windows color (decimal): -15454124 or 5517332. OLE color: 5517332.

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

Color convert

RGB204884-
CMYK0.760.4300.67
HSL213.75º61.54%20.39%-
HSV(B)213.75º76.19%32.94%-
XYZ2.952.98.79-
YUV43.73150.72111.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=13.16%
G=31.58%
B=55.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2048840.760.4300.67213.7561.5420.39
Hex1430544C2B043d63e14
Octal24601241145301033267624
Binary1010011000010101001001100101011010000111101011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143054; }

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

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

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

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

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

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

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

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