#143257

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

Shades of Regal Blue #143257

Tints of Regal Blue #143257

Color information

#143257 (or 0x143257) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 57. RGB value is (20,50,87). Sum of RGB (Red+Green+Blue) = 20+50+87=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #143257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143257 is #EBCDA8. Grayscale: #2D2D2D. Windows color (decimal): -15453609 or 5714452. OLE color: 5714452.

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

Color convert

RGB205087-
CMYK0.770.4300.66
HSL213.13º62.62%20.98%-
HSV(B)213.13º77.01%34.12%-
XYZ3.153.129.45-
YUV45.25151.56109.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=12.74%
G=31.85%
B=55.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2050870.770.4300.66213.1362.6220.98
Hex1432574D2B042d53f15
Octal24621271155301023257725
Binary1010011001010101111001101101011010000101101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143257; }

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

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

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

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

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

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

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

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