#143051

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

Shades of Regal Blue #143051

Tints of Regal Blue #143051

Color information

#143051 (or 0x143051) is unknown color: approx Regal Blue. HEX triplet: 14, 30 and 51. RGB value is (20,48,81). Sum of RGB (Red+Green+Blue) = 20+48+81=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #143051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143051 is #EBCFAE. Grayscale: #2B2B2B. Windows color (decimal): -15454127 or 5320724. OLE color: 5320724.

HSL color Cylindrical-coordinate representation of color #143051: hue angle of 212.46º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143051 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204881-
CMYK0.750.4100.68
HSL212.46º60.4%19.8%-
HSV(B)212.46º75.31%31.76%-
XYZ2.832.868.19-
YUV43.39149.22111.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=13.42%
G=32.21%
B=54.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2048810.750.4100.68212.4660.419.8
Hex1430514B29044d43c14
Octal24601211135101043247424
Binary1010011000010100011001011101001010001001101010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143051; }

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

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

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

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

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

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

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

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