#143057

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

Shades of Regal Blue #143057

Tints of Regal Blue #143057

Color information

#143057 (or 0x143057) is unknown color: approx Regal Blue. HEX triplet: 14, 30 and 57. RGB value is (20,48,87). Sum of RGB (Red+Green+Blue) = 20+48+87=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #143057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143057 is #EBCFA8. Grayscale: #2B2B2B. Windows color (decimal): -15454121 or 5713940. OLE color: 5713940.

HSL color Cylindrical-coordinate representation of color #143057: hue angle of 214.93º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143057 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB204887-
CMYK0.770.4500.66
HSL214.93º62.62%20.98%-
HSV(B)214.93º77.01%34.12%-
XYZ3.072.959.42-
YUV44.07152.22110.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=12.90%
G=30.97%
B=56.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2048870.770.4500.66214.9362.6220.98
Hex1430574D2D042d73f15
Octal24601271155501023277725
Binary1010011000010101111001101101101010000101101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143057; }

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

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

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

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

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

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

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

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