#143053

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

Shades of Regal Blue #143053

Tints of Regal Blue #143053

Color information

#143053 (or 0x143053) is unknown color: approx Regal Blue. HEX triplet: 14, 30 and 53. RGB value is (20,48,83). Sum of RGB (Red+Green+Blue) = 20+48+83=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #143053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143053 is #EBCFAC. Grayscale: #2B2B2B. Windows color (decimal): -15454125 or 5451796. OLE color: 5451796.

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

Color convert

RGB204883-
CMYK0.760.4200.67
HSL213.33º61.17%20.2%-
HSV(B)213.33º75.9%32.55%-
XYZ2.912.898.59-
YUV43.62150.22111.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=13.25%
G=31.79%
B=54.97%

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
Decimal2048830.760.4200.67213.3361.1720.2
Hex1430534C2A043d53d14
Octal24601231145201033257524
Binary1010011000010100111001100101010010000111101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143053; }

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

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

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

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

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

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

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

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