#143657

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

Shades of Regal Blue #143657

Tints of Regal Blue #143657

Color information

#143657 (or 0x143657) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 57. RGB value is (20,54,87). Sum of RGB (Red+Green+Blue) = 20+54+87=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #143657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143657 is #EBC9A8. Grayscale: #2F2F2F. Windows color (decimal): -15452585 or 5715476. OLE color: 5715476.

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

Color convert

RGB205487-
CMYK0.770.3800.66
HSL209.55º62.62%20.98%-
HSV(B)209.55º77.01%34.12%-
XYZ3.333.489.51-
YUV47.6150.24108.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=12.42%
G=33.54%
B=54.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2054870.770.3800.66209.5562.6220.98
Hex1436574D26042d23f15
Octal24661271154601023227725
Binary1010011011010101111001101100110010000101101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143657; }

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

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

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

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

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

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

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

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