#143857

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

Shades of Regal Blue #143857

Tints of Regal Blue #143857

Color information

#143857 (or 0x143857) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 57. RGB value is (20,56,87). Sum of RGB (Red+Green+Blue) = 20+56+87=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #143857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143857 is #EBC7A8. Grayscale: #303030. Windows color (decimal): -15452073 or 5715988. OLE color: 5715988.

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

Color convert

RGB205687-
CMYK0.770.3600.66
HSL207.76º62.62%20.98%-
HSV(B)207.76º77.01%34.12%-
XYZ3.423.679.54-
YUV48.77149.57107.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=12.27%
G=34.36%
B=53.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2056870.770.3600.66207.7662.6220.98
Hex1438574D24042d03f15
Octal24701271154401023207725
Binary1010011100010101111001101100100010000101101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143857; }

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

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

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

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

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

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

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

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